Html Css Color HEX #D252CB Fuchsia

📋 copy color: '#D252CB'

red 210 ◦ green 82 ◦ blue 203

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

Shades of Fuchsia #D252CB

Tints of Fuchsia #D252CB

RGB

 RED value IS 210 (82.42% from 255) = 42.42%

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

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

R = 42.42%
G = 16.57%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D252CB (or 0xD252CB) is known color: Fuchsia. HEX triplet: D2, 52 and CB. RGB value is (210,82,203). Sum of RGB (Red+Green+Blue) = 210+82+203=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D252CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252CB is #2DAD34. Grayscale: #858585. Windows color (decimal): -2993461 or 13325010. OLE color: 13325010.

HSL color Cylindrical-coordinate representation of color #D252CB: hue angle of 303.28º degrees, saturation: 0.59, 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 #D252CB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 203 -
CMYK 0 0.61 0.03 0.18
HSL 303.28º 0.59% 0.57% -
HSV(B) 303.28º 0.61% 0.82% -
XYZ 40.38 24.05 59.01 -
YUV 134.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 210 82 203 0 0.61 0.03 0.18 303.28 0.59 0.57
Hex D2 52 CB 0 3D 3 12 12F 3B 39
Octal 322 122 313 0 75 3 22 457 73 71
Binary 11010010 1010010 11001011 0 111101 11 10010 100101111 111011 111001

Color Harmonies of #D252CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252CB

Black with #D252CB

Text Example


Text Example

White with #D252CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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