Html Css Color HEX #D02CBA Fuchsia

📋 copy color: '#D02CBA'

red 208 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #D02CBA

Tints of Fuchsia #D02CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.05%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 47.49%
G = 10.05%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D02CBA (or 0xD02CBA) is known color: Fuchsia. HEX triplet: D0, 2C and BA. RGB value is (208,44,186). Sum of RGB (Red+Green+Blue) = 208+44+186=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CBA is #2FD345. Grayscale: #6C6C6C. Windows color (decimal): -3134278 or 12201168. OLE color: 12201168.

HSL color Cylindrical-coordinate representation of color #D02CBA: hue angle of 308.05º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CBA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 186 -
CMYK 0 0.79 0.11 0.18
HSL 308.05º 0.65% 0.49% -
HSV(B) 308.05º 0.79% 0.82% -
XYZ 35.78 18.76 48.19 -
YUV 109.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 208 44 186 0 0.79 0.11 0.18 308.05 0.65 0.49
Hex D0 2C BA 0 4F B 12 134 41 31
Octal 320 54 272 0 117 13 22 464 101 61
Binary 11010000 101100 10111010 0 1001111 1011 10010 100110100 1000001 110001

Color Harmonies of #D02CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CBA

Black with #D02CBA

Text Example


Text Example

White with #D02CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CBA; }

 p { color: rgb(208,44,186); }

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

background-color css

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

 a { background-color: rgb(208,44,186); }

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

border-color css

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

 span { border-color: rgb(208,44,186); }

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