Html Css Color HEX #D253CD Fuchsia

📋 copy color: '#D253CD'

red 210 ◦ green 83 ◦ blue 205

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

Shades of Fuchsia #D253CD

Tints of Fuchsia #D253CD

RGB

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

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

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

R = 42.17%
G = 16.67%
B = 41.16%

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

#D253CD (or 0xD253CD) is known color: Fuchsia. HEX triplet: D2, 53 and CD. RGB value is (210,83,205). Sum of RGB (Red+Green+Blue) = 210+83+205=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D253CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253CD is #2DAC32. Grayscale: #868686. Windows color (decimal): -2993203 or 13456338. OLE color: 13456338.

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

Color convert

RGB 210 83 205 -
CMYK 0 0.60 0.02 0.18
HSL 302.36º 0.59% 0.57% -
HSV(B) 302.36º 0.6% 0.82% -
XYZ 40.69 24.3 60.3 -
YUV 134.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 210 83 205 0 0.60 0.02 0.18 302.36 0.59 0.57
Hex D2 53 CD 0 3C 2 12 12E 3B 39
Octal 322 123 315 0 74 2 22 456 73 71
Binary 11010010 1010011 11001101 0 111100 10 10010 100101110 111011 111001

Color Harmonies of #D253CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253CD

Black with #D253CD

Text Example


Text Example

White with #D253CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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