Html Css Color HEX #D058DF Free Speech Magenta

📋 copy color: '#D058DF'

red 208 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #D058DF

Tints of Free Speech Magenta #D058DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 40.08%
G = 16.96%
B = 42.97%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D058DF (or 0xD058DF) is known color: Free Speech Magenta. HEX triplet: D0, 58 and DF. RGB value is (208,88,223). Sum of RGB (Red+Green+Blue) = 208+88+223=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D058DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058DF is #2FA720. Grayscale: #8A8A8A. Windows color (decimal): -3122977 or 14637264. OLE color: 14637264.

HSL color Cylindrical-coordinate representation of color #D058DF: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D058DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 88 223 -
CMYK 0.07 0.61 0 0.13
HSL 293.33º 0.68% 0.61% -
HSV(B) 293.33º 0.61% 0.87% -
XYZ 42.82 25.72 72.52 -
YUV 139.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 208 88 223 0.07 0.61 0 0.13 293.33 0.68 0.61
Hex D0 58 DF 7 3D 0 D 125 44 3D
Octal 320 130 337 7 75 0 15 445 104 75
Binary 11010000 1011000 11011111 111 111101 0 1101 100100101 1000100 111101

Color Harmonies of #D058DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058DF

Black with #D058DF

Text Example


Text Example

White with #D058DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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