Html Css Color HEX #D252BB Fuchsia

📋 copy color: '#D252BB'

red 210 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #D252BB

Tints of Fuchsia #D252BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 43.84%
G = 17.12%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D252BB (or 0xD252BB) is known color: Fuchsia. HEX triplet: D2, 52 and BB. RGB value is (210,82,187). Sum of RGB (Red+Green+Blue) = 210+82+187=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D252BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252BB is #2DAD44. Grayscale: #838383. Windows color (decimal): -2993477 or 12276434. OLE color: 12276434.

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

Color convert

RGB 210 82 187 -
CMYK 0 0.61 0.11 0.18
HSL 310.78º 0.59% 0.57% -
HSV(B) 310.78º 0.61% 0.82% -
XYZ 38.57 23.32 49.48 -
YUV 132.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 210 82 187 0 0.61 0.11 0.18 310.78 0.59 0.57
Hex D2 52 BB 0 3D B 12 137 3B 39
Octal 322 122 273 0 75 13 22 467 73 71
Binary 11010010 1010010 10111011 0 111101 1011 10010 100110111 111011 111001

Color Harmonies of #D252BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252BB

Black with #D252BB

Text Example


Text Example

White with #D252BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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