Html Css Color HEX #D253C7 Fuchsia

📋 copy color: '#D253C7'

red 210 ◦ green 83 ◦ blue 199

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

Shades of Fuchsia #D253C7

Tints of Fuchsia #D253C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 42.68%
G = 16.87%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D253C7 (or 0xD253C7) is known color: Fuchsia. HEX triplet: D2, 53 and C7. RGB value is (210,83,199). Sum of RGB (Red+Green+Blue) = 210+83+199=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C7 is #2DAC38. Grayscale: #858585. Windows color (decimal): -2993209 or 13063122. OLE color: 13063122.

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

Color convert

RGB 210 83 199 -
CMYK 0 0.60 0.05 0.18
HSL 305.2º 0.59% 0.57% -
HSV(B) 305.2º 0.6% 0.82% -
XYZ 39.98 24.01 56.56 -
YUV 134.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 210 83 199 0 0.60 0.05 0.18 305.2 0.59 0.57
Hex D2 53 C7 0 3C 5 12 131 3B 39
Octal 322 123 307 0 74 5 22 461 73 71
Binary 11010010 1010011 11000111 0 111100 101 10010 100110001 111011 111001

Color Harmonies of #D253C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253C7

Black with #D253C7

Text Example


Text Example

White with #D253C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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