Html Css Color HEX #D253C6 Fuchsia

📋 copy color: '#D253C6'

red 210 ◦ green 83 ◦ blue 198

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

Shades of Fuchsia #D253C6

Tints of Fuchsia #D253C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 42.77%
G = 16.9%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D253C6 (or 0xD253C6) is known color: Fuchsia. HEX triplet: D2, 53 and C6. RGB value is (210,83,198). Sum of RGB (Red+Green+Blue) = 210+83+198=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C6 is #2DAC39. Grayscale: #858585. Windows color (decimal): -2993210 or 12997586. OLE color: 12997586.

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

Color convert

RGB 210 83 198 -
CMYK 0 0.60 0.06 0.18
HSL 305.67º 0.59% 0.57% -
HSV(B) 305.67º 0.6% 0.82% -
XYZ 39.86 23.97 55.95 -
YUV 134.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 210 83 198 0 0.60 0.06 0.18 305.67 0.59 0.57
Hex D2 53 C6 0 3C 6 12 132 3B 39
Octal 322 123 306 0 74 6 22 462 73 71
Binary 11010010 1010011 11000110 0 111100 110 10010 100110010 111011 111001

Color Harmonies of #D253C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253C6

Black with #D253C6

Text Example


Text Example

White with #D253C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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