Html Css Color HEX #D058D1 Free Speech Magenta

📋 copy color: '#D058D1'

red 208 ◦ green 88 ◦ blue 209

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

Shades of Free Speech Magenta #D058D1

Tints of Free Speech Magenta #D058D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.39%

R = 41.19%
G = 17.43%
B = 41.39%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D058D1 (or 0xD058D1) is known color: Free Speech Magenta. HEX triplet: D0, 58 and D1. RGB value is (208,88,209). Sum of RGB (Red+Green+Blue) = 208+88+209=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #D058D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058D1 is #2FA72E. Grayscale: #898989. Windows color (decimal): -3122991 or 13719760. OLE color: 13719760.

HSL color Cylindrical-coordinate representation of color #D058D1: hue angle of 299.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D058D1 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 209 -
CMYK 0.00 0.58 0 0.18
HSL 299.5º 0.57% 0.58% -
HSV(B) 299.5º 0.58% 0.82% -
XYZ 41.01 24.99 62.98 -
YUV 137.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 208 88 209 0.00 0.58 0 0.18 299.5 0.57 0.58
Hex D0 58 D1 0 3A 0 12 12C 39 3A
Octal 320 130 321 0 72 0 22 454 71 72
Binary 11010000 1011000 11010001 0 111010 0 10010 100101100 111001 111010

Color Harmonies of #D058D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058D1

Black with #D058D1

Text Example


Text Example

White with #D058D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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