Html Css Color HEX #D253DC Free Speech Magenta

📋 copy color: '#D253DC'

red 210 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #D253DC

Tints of Free Speech Magenta #D253DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 40.94%
G = 16.18%
B = 42.88%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D253DC (or 0xD253DC) is known color: Free Speech Magenta. HEX triplet: D2, 53 and DC. RGB value is (210,83,220). Sum of RGB (Red+Green+Blue) = 210+83+220=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #D253DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253DC is #2DAC23. Grayscale: #888888. Windows color (decimal): -2993188 or 14439378. OLE color: 14439378.

HSL color Cylindrical-coordinate representation of color #D253DC: hue angle of 295.62º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D253DC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 83 220 -
CMYK 0.05 0.62 0 0.14
HSL 295.62º 0.66% 0.59% -
HSV(B) 295.62º 0.62% 0.86% -
XYZ 42.59 25.06 70.3 -
YUV 136.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 210 83 220 0.05 0.62 0 0.14 295.62 0.66 0.59
Hex D2 53 DC 5 3E 0 E 128 42 3B
Octal 322 123 334 5 76 0 16 450 102 73
Binary 11010010 1010011 11011100 101 111110 0 1110 100101000 1000010 111011

Color Harmonies of #D253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253DC

Black with #D253DC

Text Example


Text Example

White with #D253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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