Html Css Color HEX #D252C8 Fuchsia

📋 copy color: '#D252C8'

red 210 ◦ green 82 ◦ blue 200

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

Shades of Fuchsia #D252C8

Tints of Fuchsia #D252C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.65%

R = 42.68%
G = 16.67%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D252C8 (or 0xD252C8) is known color: Fuchsia. HEX triplet: D2, 52 and C8. RGB value is (210,82,200). Sum of RGB (Red+Green+Blue) = 210+82+200=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D252C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252C8 is #2DAD37. Grayscale: #858585. Windows color (decimal): -2993464 or 13128402. OLE color: 13128402.

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

Color convert

RGB 210 82 200 -
CMYK 0 0.61 0.05 0.18
HSL 304.69º 0.59% 0.57% -
HSV(B) 304.69º 0.61% 0.82% -
XYZ 40.02 23.91 57.15 -
YUV 133.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 210 82 200 0 0.61 0.05 0.18 304.69 0.59 0.57
Hex D2 52 C8 0 3D 5 12 131 3B 39
Octal 322 122 310 0 75 5 22 461 73 71
Binary 11010010 1010010 11001000 0 111101 101 10010 100110001 111011 111001

Color Harmonies of #D252C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252C8

Black with #D252C8

Text Example


Text Example

White with #D252C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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