Html Css Color HEX #D052CB Fuchsia

📋 copy color: '#D052CB'

red 208 ◦ green 82 ◦ blue 203

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

Shades of Fuchsia #D052CB

Tints of Fuchsia #D052CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 42.19%
G = 16.63%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D052CB (or 0xD052CB) is known color: Fuchsia. HEX triplet: D0, 52 and CB. RGB value is (208,82,203). Sum of RGB (Red+Green+Blue) = 208+82+203=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CB is #2FAD34. Grayscale: #858585. Windows color (decimal): -3124533 or 13325008. OLE color: 13325008.

HSL color Cylindrical-coordinate representation of color #D052CB: hue angle of 302.38º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052CB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 82 203 -
CMYK 0 0.61 0.02 0.18
HSL 302.38º 0.57% 0.57% -
HSV(B) 302.38º 0.61% 0.82% -
XYZ 39.81 23.76 58.99 -
YUV 133.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 208 82 203 0 0.61 0.02 0.18 302.38 0.57 0.57
Hex D0 52 CB 0 3D 2 12 12E 39 39
Octal 320 122 313 0 75 2 22 456 71 71
Binary 11010000 1010010 11001011 0 111101 10 10010 100101110 111001 111001

Color Harmonies of #D052CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052CB

Black with #D052CB

Text Example


Text Example

White with #D052CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052CB; }

 p { color: rgb(208,82,203); }

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

background-color css

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

 a { background-color: rgb(208,82,203); }

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

border-color css

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

 span { border-color: rgb(208,82,203); }

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