Html Css Color HEX #D253C9 Fuchsia

📋 copy color: '#D253C9'

red 210 ◦ green 83 ◦ blue 201

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

Shades of Fuchsia #D253C9

Tints of Fuchsia #D253C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 42.51%
G = 16.8%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D253C9 (or 0xD253C9) is known color: Fuchsia. HEX triplet: D2, 53 and C9. RGB value is (210,83,201). Sum of RGB (Red+Green+Blue) = 210+83+201=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C9 is #2DAC36. Grayscale: #868686. Windows color (decimal): -2993207 or 13194194. OLE color: 13194194.

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

Color convert

RGB 210 83 201 -
CMYK 0 0.60 0.04 0.18
HSL 304.25º 0.59% 0.57% -
HSV(B) 304.25º 0.6% 0.82% -
XYZ 40.21 24.11 57.79 -
YUV 134.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 210 83 201 0 0.60 0.04 0.18 304.25 0.59 0.57
Hex D2 53 C9 0 3C 4 12 130 3B 39
Octal 322 123 311 0 74 4 22 460 73 71
Binary 11010010 1010011 11001001 0 111100 100 10010 100110000 111011 111001

Color Harmonies of #D253C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253C9

Black with #D253C9

Text Example


Text Example

White with #D253C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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