Html Css Color HEX #D252B9 Fuchsia

📋 copy color: '#D252B9'

red 210 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #D252B9

Tints of Fuchsia #D252B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 44.03%
G = 17.19%
B = 38.78%

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

#D252B9 (or 0xD252B9) is known color: Fuchsia. HEX triplet: D2, 52 and B9. RGB value is (210,82,185). Sum of RGB (Red+Green+Blue) = 210+82+185=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D252B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252B9 is #2DAD46. Grayscale: #838383. Windows color (decimal): -2993479 or 12145362. OLE color: 12145362.

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

Color convert

RGB 210 82 185 -
CMYK 0 0.61 0.12 0.18
HSL 311.72º 0.59% 0.57% -
HSV(B) 311.72º 0.61% 0.82% -
XYZ 38.35 23.24 48.36 -
YUV 132.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 210 82 185 0 0.61 0.12 0.18 311.72 0.59 0.57
Hex D2 52 B9 0 3D C 12 138 3B 39
Octal 322 122 271 0 75 14 22 470 73 71
Binary 11010010 1010010 10111001 0 111101 1100 10010 100111000 111011 111001

Color Harmonies of #D252B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252B9

Black with #D252B9

Text Example


Text Example

White with #D252B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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