Html Css Color HEX #D252CD Fuchsia

📋 copy color: '#D252CD'

red 210 ◦ green 82 ◦ blue 205

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

Shades of Fuchsia #D252CD

Tints of Fuchsia #D252CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 42.25%
G = 16.5%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D252CD (or 0xD252CD) is known color: Fuchsia. HEX triplet: D2, 52 and CD. RGB value is (210,82,205). Sum of RGB (Red+Green+Blue) = 210+82+205=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D252CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252CD is #2DAD32. Grayscale: #858585. Windows color (decimal): -2993459 or 13456082. OLE color: 13456082.

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

Color convert

RGB 210 82 205 -
CMYK 0 0.61 0.02 0.18
HSL 302.34º 0.59% 0.57% -
HSV(B) 302.34º 0.61% 0.82% -
XYZ 40.62 24.14 60.28 -
YUV 134.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 210 82 205 0 0.61 0.02 0.18 302.34 0.59 0.57
Hex D2 52 CD 0 3D 2 12 12E 3B 39
Octal 322 122 315 0 75 2 22 456 73 71
Binary 11010010 1010010 11001101 0 111101 10 10010 100101110 111011 111001

Color Harmonies of #D252CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252CD

Black with #D252CD

Text Example


Text Example

White with #D252CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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