Html Css Color HEX #D252CC Fuchsia

📋 copy color: '#D252CC'

red 210 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #D252CC

Tints of Fuchsia #D252CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 42.34%
G = 16.53%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D252CC (or 0xD252CC) is known color: Fuchsia. HEX triplet: D2, 52 and CC. RGB value is (210,82,204). Sum of RGB (Red+Green+Blue) = 210+82+204=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D252CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252CC is #2DAD33. Grayscale: #858585. Windows color (decimal): -2993460 or 13390546. OLE color: 13390546.

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

Color convert

RGB 210 82 204 -
CMYK 0 0.61 0.03 0.18
HSL 302.81º 0.59% 0.57% -
HSV(B) 302.81º 0.61% 0.82% -
XYZ 40.49 24.1 59.64 -
YUV 134.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 210 82 204 0 0.61 0.03 0.18 302.81 0.59 0.57
Hex D2 52 CC 0 3D 3 12 12F 3B 39
Octal 322 122 314 0 75 3 22 457 73 71
Binary 11010010 1010010 11001100 0 111101 11 10010 100101111 111011 111001

Color Harmonies of #D252CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252CC

Black with #D252CC

Text Example


Text Example

White with #D252CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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