Html Css Color HEX #D062BB Fuchsia

📋 copy color: '#D062BB'

red 208 ◦ green 98 ◦ blue 187

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

Shades of Fuchsia #D062BB

Tints of Fuchsia #D062BB

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

 GREEN value IS 98 (38.67% from 255) = 19.88%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 42.19%
G = 19.88%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D062BB (or 0xD062BB) is known color: Fuchsia. HEX triplet: D0, 62 and BB. RGB value is (208,98,187). Sum of RGB (Red+Green+Blue) = 208+98+187=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D062BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062BB is #2F9D44. Grayscale: #8C8C8C. Windows color (decimal): -3120453 or 12280528. OLE color: 12280528.

HSL color Cylindrical-coordinate representation of color #D062BB: hue angle of 311.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062BB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 187 -
CMYK 0 0.53 0.10 0.18
HSL 311.45º 0.54% 0.6% -
HSV(B) 311.45º 0.53% 0.82% -
XYZ 39.35 25.73 49.91 -
YUV 141.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 208 98 187 0 0.53 0.10 0.18 311.45 0.54 0.6
Hex D0 62 BB 0 35 A 12 137 36 3C
Octal 320 142 273 0 65 12 22 467 66 74
Binary 11010000 1100010 10111011 0 110101 1010 10010 100110111 110110 111100

Color Harmonies of #D062BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062BB

Black with #D062BB

Text Example


Text Example

White with #D062BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062BB; }

 p { color: rgb(208,98,187); }

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

background-color css

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

 a { background-color: rgb(208,98,187); }

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

border-color css

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

 span { border-color: rgb(208,98,187); }

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