Html Css Color HEX #D055DB Free Speech Magenta

📋 copy color: '#D055DB'

red 208 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #D055DB

Tints of Free Speech Magenta #D055DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

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

R = 40.63%
G = 16.6%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D055DB (or 0xD055DB) is known color: Free Speech Magenta. HEX triplet: D0, 55 and DB. RGB value is (208,85,219). Sum of RGB (Red+Green+Blue) = 208+85+219=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D055DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055DB is #2FAA24. Grayscale: #888888. Windows color (decimal): -3123749 or 14374352. OLE color: 14374352.

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

Color convert

RGB 208 85 219 -
CMYK 0.05 0.61 0 0.14
HSL 295.07º 0.65% 0.6% -
HSV(B) 295.07º 0.61% 0.86% -
XYZ 42.05 25.02 69.63 -
YUV 137.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 208 85 219 0.05 0.61 0 0.14 295.07 0.65 0.6
Hex D0 55 DB 5 3D 0 E 127 41 3C
Octal 320 125 333 5 75 0 16 447 101 74
Binary 11010000 1010101 11011011 101 111101 0 1110 100100111 1000001 111100

Color Harmonies of #D055DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055DB

Black with #D055DB

Text Example


Text Example

White with #D055DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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