Html Css Color HEX #D953DB Free Speech Magenta

📋 copy color: '#D953DB'

red 217 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #D953DB

Tints of Free Speech Magenta #D953DB

RGB

 RED value IS 217 (85.16% from 255) = 41.81%

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 41.81%
G = 15.99%
B = 42.2%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D953DB (or 0xD953DB) is known color: Free Speech Magenta. HEX triplet: D9, 53 and DB. RGB value is (217,83,219). Sum of RGB (Red+Green+Blue) = 217+83+219=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D953DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953DB is #26AC24. Grayscale: #8A8A8A. Windows color (decimal): -2534437 or 14373849. OLE color: 14373849.

HSL color Cylindrical-coordinate representation of color #D953DB: hue angle of 299.12º degrees, saturation: 0.65, 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 #D953DB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 83 219 -
CMYK 0.01 0.62 0 0.14
HSL 299.12º 0.65% 0.59% -
HSV(B) 299.12º 0.62% 0.86% -
XYZ 44.49 26.05 69.7 -
YUV 138.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 217 83 219 0.01 0.62 0 0.14 299.12 0.65 0.59
Hex D9 53 DB 1 3E 0 E 12B 41 3B
Octal 331 123 333 1 76 0 16 453 101 73
Binary 11011001 1010011 11011011 1 111110 0 1110 100101011 1000001 111011

Color Harmonies of #D953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953DB

Black with #D953DB

Text Example


Text Example

White with #D953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953DB; }

 p { color: rgb(217,83,219); }

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

background-color css

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

 a { background-color: rgb(217,83,219); }

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

border-color css

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

 span { border-color: rgb(217,83,219); }

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