Html Css Color HEX #D958CC Free Speech Magenta

📋 copy color: '#D958CC'

red 217 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Magenta #D958CC

Tints of Free Speech Magenta #D958CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 42.63%
G = 17.29%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D958CC (or 0xD958CC) is known color: Free Speech Magenta. HEX triplet: D9, 58 and CC. RGB value is (217,88,204). Sum of RGB (Red+Green+Blue) = 217+88+204=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D958CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958CC is #26A733. Grayscale: #8B8B8B. Windows color (decimal): -2533172 or 13392089. OLE color: 13392089.

HSL color Cylindrical-coordinate representation of color #D958CC: hue angle of 306.05º 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 #D958CC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 204 -
CMYK 0 0.59 0.06 0.15
HSL 306.05º 0.63% 0.6% -
HSV(B) 306.05º 0.59% 0.85% -
XYZ 43 26.09 59.9 -
YUV 139.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 217 88 204 0 0.59 0.06 0.15 306.05 0.63 0.6
Hex D9 58 CC 0 3B 6 F 132 3F 3C
Octal 331 130 314 0 73 6 17 462 77 74
Binary 11011001 1011000 11001100 0 111011 110 1111 100110010 111111 111100

Color Harmonies of #D958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958CC

Black with #D958CC

Text Example


Text Example

White with #D958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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