Html Css Color HEX #D742B9 Fuchsia

📋 copy color: '#D742B9'

red 215 ◦ green 66 ◦ blue 185

#D742B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D742B9

Tints of Fuchsia #D742B9

RGB

 RED value IS 215 (84.38% from 255) = 46.14%

 GREEN value IS 66 (26.17% from 255) = 14.16%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 46.14%
G = 14.16%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D742B9 (or 0xD742B9) is known color: Fuchsia. HEX triplet: D7, 42 and B9. RGB value is (215,66,185). Sum of RGB (Red+Green+Blue) = 215+66+185=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D742B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742B9 is #28BD46. Grayscale: #7B7B7B. Windows color (decimal): -2669895 or 12141271. OLE color: 12141271.

HSL color Cylindrical-coordinate representation of color #D742B9: hue angle of 312.08º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742B9 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 185 -
CMYK 0 0.69 0.14 0.16
HSL 312.08º 0.65% 0.55% -
HSV(B) 312.08º 0.69% 0.84% -
XYZ 38.73 21.85 48.07 -
YUV 124.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 215 66 185 0 0.69 0.14 0.16 312.08 0.65 0.55
Hex D7 42 B9 0 45 E 10 138 41 37
Octal 327 102 271 0 105 16 20 470 101 67
Binary 11010111 1000010 10111001 0 1000101 1110 10000 100111000 1000001 110111

Color Harmonies of #D742B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742B9

Black with #D742B9

Text Example


Text Example

White with #D742B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742B9; }

 p { color: rgb(215,66,185); }

 H1.HeaderClassName
 {
   color: #D742B9;
 }
 .AnyTagClassName
 {
   color: #D742B9;
 }
</style>

background-color css

<style>
 a { background-color: #D742B9; }

 a { background-color: rgb(215,66,185); }

 div.DivClassName
 {
   background-color: #D742B9;
 }
 .BgClassName
 {
   background-color: #D742B9;
 }
</style>

border-color css

<style>
 span { border-color: #D742B9; }

 span { border-color: rgb(215,66,185); }

 td.TdClassName
 {
   border-color: #D742B9;
 }
 .TagClassName
 {
   border-color: #D742B9;
 }
</style>