Html Css Color HEX #D050DB Free Speech Magenta

📋 copy color: '#D050DB'

red 208 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #D050DB

Tints of Free Speech Magenta #D050DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.78%

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

R = 41.03%
G = 15.78%
B = 43.2%

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

#D050DB (or 0xD050DB) is known color: Free Speech Magenta. HEX triplet: D0, 50 and DB. RGB value is (208,80,219). Sum of RGB (Red+Green+Blue) = 208+80+219=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D050DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050DB is #2FAF24. Grayscale: #858585. Windows color (decimal): -3125029 or 14373072. OLE color: 14373072.

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

Color convert

RGB 208 80 219 -
CMYK 0.05 0.63 0 0.14
HSL 295.25º 0.66% 0.59% -
HSV(B) 295.25º 0.63% 0.86% -
XYZ 41.67 24.26 69.5 -
YUV 134.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 208 80 219 0.05 0.63 0 0.14 295.25 0.66 0.59
Hex D0 50 DB 5 3F 0 E 127 42 3B
Octal 320 120 333 5 77 0 16 447 102 73
Binary 11010000 1010000 11011011 101 111111 0 1110 100100111 1000010 111011

Color Harmonies of #D050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050DB

Black with #D050DB

Text Example


Text Example

White with #D050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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