Html Css Color HEX #D958CF Free Speech Magenta

📋 copy color: '#D958CF'

red 217 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Magenta #D958CF

Tints of Free Speech Magenta #D958CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 42.38%
G = 17.19%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D958CF (or 0xD958CF) is known color: Free Speech Magenta. HEX triplet: D9, 58 and CF. RGB value is (217,88,207). Sum of RGB (Red+Green+Blue) = 217+88+207=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D958CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958CF is #26A730. Grayscale: #8B8B8B. Windows color (decimal): -2533169 or 13588697. OLE color: 13588697.

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

Color convert

RGB 217 88 207 -
CMYK 0 0.59 0.05 0.15
HSL 304.65º 0.63% 0.6% -
HSV(B) 304.65º 0.59% 0.85% -
XYZ 43.37 26.24 61.81 -
YUV 140.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 217 88 207 0 0.59 0.05 0.15 304.65 0.63 0.6
Hex D9 58 CF 0 3B 5 F 131 3F 3C
Octal 331 130 317 0 73 5 17 461 77 74
Binary 11011001 1011000 11001111 0 111011 101 1111 100110001 111111 111100

Color Harmonies of #D958CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958CF

Black with #D958CF

Text Example


Text Example

White with #D958CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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