Html Css Color HEX #D058D5 Free Speech Magenta

📋 copy color: '#D058D5'

red 208 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #D058D5

Tints of Free Speech Magenta #D058D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 40.86%
G = 17.29%
B = 41.85%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D058D5 (or 0xD058D5) is known color: Free Speech Magenta. HEX triplet: D0, 58 and D5. RGB value is (208,88,213). Sum of RGB (Red+Green+Blue) = 208+88+213=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #D058D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058D5 is #2FA72A. Grayscale: #898989. Windows color (decimal): -3122987 or 13981904. OLE color: 13981904.

HSL color Cylindrical-coordinate representation of color #D058D5: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D058D5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 88 213 -
CMYK 0.02 0.59 0 0.16
HSL 297.6º 0.6% 0.59% -
HSV(B) 297.6º 0.59% 0.84% -
XYZ 41.51 25.19 65.63 -
YUV 138.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 208 88 213 0.02 0.59 0 0.16 297.6 0.6 0.59
Hex D0 58 D5 2 3B 0 10 12A 3C 3B
Octal 320 130 325 2 73 0 20 452 74 73
Binary 11010000 1011000 11010101 10 111011 0 10000 100101010 111100 111011

Color Harmonies of #D058D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058D5

Black with #D058D5

Text Example


Text Example

White with #D058D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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