Html Css Color HEX #D058DB Free Speech Magenta

📋 copy color: '#D058DB'

red 208 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #D058DB

Tints of Free Speech Magenta #D058DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.09%

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

R = 40.39%
G = 17.09%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D058DB (or 0xD058DB) is known color: Free Speech Magenta. HEX triplet: D0, 58 and DB. RGB value is (208,88,219). Sum of RGB (Red+Green+Blue) = 208+88+219=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D058DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058DB is #2FA724. Grayscale: #8A8A8A. Windows color (decimal): -3122981 or 14375120. OLE color: 14375120.

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

Color convert

RGB 208 88 219 -
CMYK 0.05 0.60 0 0.14
HSL 294.96º 0.65% 0.6% -
HSV(B) 294.96º 0.6% 0.86% -
XYZ 42.29 25.5 69.71 -
YUV 138.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 208 88 219 0.05 0.60 0 0.14 294.96 0.65 0.6
Hex D0 58 DB 5 3C 0 E 127 41 3C
Octal 320 130 333 5 74 0 16 447 101 74
Binary 11010000 1011000 11011011 101 111100 0 1110 100100111 1000001 111100

Color Harmonies of #D058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058DB

Black with #D058DB

Text Example


Text Example

White with #D058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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