Html Css Color HEX #D958D0 Free Speech Magenta

📋 copy color: '#D958D0'

red 217 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #D958D0

Tints of Free Speech Magenta #D958D0

RGB

 RED value IS 217 (85.16% from 255) = 42.3%

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 42.3%
G = 17.15%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D958D0 (or 0xD958D0) is known color: Free Speech Magenta. HEX triplet: D9, 58 and D0. RGB value is (217,88,208). Sum of RGB (Red+Green+Blue) = 217+88+208=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D0 is #26A72F. Grayscale: #8B8B8B. Windows color (decimal): -2533168 or 13654233. OLE color: 13654233.

HSL color Cylindrical-coordinate representation of color #D958D0: hue angle of 304.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958D0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 208 -
CMYK 0 0.59 0.04 0.15
HSL 304.19º 0.63% 0.6% -
HSV(B) 304.19º 0.59% 0.85% -
XYZ 43.49 26.29 62.46 -
YUV 140.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 217 88 208 0 0.59 0.04 0.15 304.19 0.63 0.6
Hex D9 58 D0 0 3B 4 F 130 3F 3C
Octal 331 130 320 0 73 4 17 460 77 74
Binary 11011001 1011000 11010000 0 111011 100 1111 100110000 111111 111100

Color Harmonies of #D958D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958D0

Black with #D958D0

Text Example


Text Example

White with #D958D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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