Html Css Color HEX #D253CE Fuchsia

📋 copy color: '#D253CE'

red 210 ◦ green 83 ◦ blue 206

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

Shades of Fuchsia #D253CE

Tints of Fuchsia #D253CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.63%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 42.08%
G = 16.63%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D253CE (or 0xD253CE) is known color: Fuchsia. HEX triplet: D2, 53 and CE. RGB value is (210,83,206). Sum of RGB (Red+Green+Blue) = 210+83+206=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D253CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253CE is #2DAC31. Grayscale: #868686. Windows color (decimal): -2993202 or 13521874. OLE color: 13521874.

HSL color Cylindrical-coordinate representation of color #D253CE: hue angle of 301.89º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253CE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 206 -
CMYK 0 0.60 0.02 0.18
HSL 301.89º 0.59% 0.57% -
HSV(B) 301.89º 0.6% 0.82% -
XYZ 40.81 24.34 60.94 -
YUV 135 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 210 83 206 0 0.60 0.02 0.18 301.89 0.59 0.57
Hex D2 53 CE 0 3C 2 12 12E 3B 39
Octal 322 123 316 0 74 2 22 456 73 71
Binary 11010010 1010011 11001110 0 111100 10 10010 100101110 111011 111001

Color Harmonies of #D253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253CE

Black with #D253CE

Text Example


Text Example

White with #D253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253CE; }

 p { color: rgb(210,83,206); }

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

background-color css

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

 a { background-color: rgb(210,83,206); }

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

border-color css

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

 span { border-color: rgb(210,83,206); }

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