Html Css Color HEX #D058D2 Free Speech Magenta

📋 copy color: '#D058D2'

red 208 ◦ green 88 ◦ blue 210

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

Shades of Free Speech Magenta #D058D2

Tints of Free Speech Magenta #D058D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 41.11%
G = 17.39%
B = 41.5%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D058D2 (or 0xD058D2) is known color: Free Speech Magenta. HEX triplet: D0, 58 and D2. RGB value is (208,88,210). Sum of RGB (Red+Green+Blue) = 208+88+210=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #D058D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058D2 is #2FA72D. Grayscale: #898989. Windows color (decimal): -3122990 or 13785296. OLE color: 13785296.

HSL color Cylindrical-coordinate representation of color #D058D2: hue angle of 299.02º degrees, saturation: 0.58, 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 #D058D2 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 210 -
CMYK 0.01 0.58 0 0.18
HSL 299.02º 0.58% 0.58% -
HSV(B) 299.02º 0.58% 0.82% -
XYZ 41.14 25.04 63.64 -
YUV 137.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 208 88 210 0.01 0.58 0 0.18 299.02 0.58 0.58
Hex D0 58 D2 1 3A 0 12 12B 3A 3A
Octal 320 130 322 1 72 0 22 453 72 72
Binary 11010000 1011000 11010010 1 111010 0 10010 100101011 111010 111010

Color Harmonies of #D058D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058D2

Black with #D058D2

Text Example


Text Example

White with #D058D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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