Html Css Color HEX #D952DB Free Speech Magenta

📋 copy color: '#D952DB'

red 217 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #D952DB

Tints of Free Speech Magenta #D952DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.83%

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

R = 41.89%
G = 15.83%
B = 42.28%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D952DB (or 0xD952DB) is known color: Free Speech Magenta. HEX triplet: D9, 52 and DB. RGB value is (217,82,219). Sum of RGB (Red+Green+Blue) = 217+82+219=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D952DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952DB is #26AD24. Grayscale: #898989. Windows color (decimal): -2534693 or 14373593. OLE color: 14373593.

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

Color convert

RGB 217 82 219 -
CMYK 0.01 0.63 0 0.14
HSL 299.12º 0.66% 0.59% -
HSV(B) 299.12º 0.63% 0.86% -
XYZ 44.42 25.9 69.68 -
YUV 137.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 217 82 219 0.01 0.63 0 0.14 299.12 0.66 0.59
Hex D9 52 DB 1 3F 0 E 12B 42 3B
Octal 331 122 333 1 77 0 16 453 102 73
Binary 11011001 1010010 11011011 1 111111 0 1110 100101011 1000010 111011

Color Harmonies of #D952DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952DB

Black with #D952DB

Text Example


Text Example

White with #D952DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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