Html Css Color HEX #D252B8 Fuchsia

📋 copy color: '#D252B8'

red 210 ◦ green 82 ◦ blue 184

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

Shades of Fuchsia #D252B8

Tints of Fuchsia #D252B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 44.12%
G = 17.23%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D252B8 (or 0xD252B8) is known color: Fuchsia. HEX triplet: D2, 52 and B8. RGB value is (210,82,184). Sum of RGB (Red+Green+Blue) = 210+82+184=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D252B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252B8 is #2DAD47. Grayscale: #838383. Windows color (decimal): -2993480 or 12079826. OLE color: 12079826.

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

Color convert

RGB 210 82 184 -
CMYK 0 0.61 0.12 0.18
HSL 312.19º 0.59% 0.57% -
HSV(B) 312.19º 0.61% 0.82% -
XYZ 38.25 23.2 47.81 -
YUV 131.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 210 82 184 0 0.61 0.12 0.18 312.19 0.59 0.57
Hex D2 52 B8 0 3D C 12 138 3B 39
Octal 322 122 270 0 75 14 22 470 73 71
Binary 11010010 1010010 10111000 0 111101 1100 10010 100111000 111011 111001

Color Harmonies of #D252B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252B8

Black with #D252B8

Text Example


Text Example

White with #D252B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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