Html Css Color HEX #D052DB Free Speech Magenta

📋 copy color: '#D052DB'

red 208 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #D052DB

Tints of Free Speech Magenta #D052DB

RGB

 RED value IS 208 (81.64% from 255) = 40.86%

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

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

R = 40.86%
G = 16.11%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D052DB (or 0xD052DB) is known color: Free Speech Magenta. HEX triplet: D0, 52 and DB. RGB value is (208,82,219). Sum of RGB (Red+Green+Blue) = 208+82+219=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D052DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052DB is #2FAD24. Grayscale: #868686. Windows color (decimal): -3124517 or 14373584. OLE color: 14373584.

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

Color convert

RGB 208 82 219 -
CMYK 0.05 0.63 0 0.14
HSL 295.18º 0.66% 0.59% -
HSV(B) 295.18º 0.63% 0.86% -
XYZ 41.82 24.56 69.55 -
YUV 135.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 208 82 219 0.05 0.63 0 0.14 295.18 0.66 0.59
Hex D0 52 DB 5 3F 0 E 127 42 3B
Octal 320 122 333 5 77 0 16 447 102 73
Binary 11010000 1010010 11011011 101 111111 0 1110 100100111 1000010 111011

Color Harmonies of #D052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052DB

Black with #D052DB

Text Example


Text Example

White with #D052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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