Html Css Color HEX #D958CE Free Speech Magenta

📋 copy color: '#D958CE'

red 217 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Magenta #D958CE

Tints of Free Speech Magenta #D958CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 42.47%
G = 17.22%
B = 40.31%

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

#D958CE (or 0xD958CE) is known color: Free Speech Magenta. HEX triplet: D9, 58 and CE. RGB value is (217,88,206). Sum of RGB (Red+Green+Blue) = 217+88+206=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D958CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958CE is #26A731. Grayscale: #8B8B8B. Windows color (decimal): -2533170 or 13523161. OLE color: 13523161.

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

Color convert

RGB 217 88 206 -
CMYK 0 0.59 0.05 0.15
HSL 305.12º 0.63% 0.6% -
HSV(B) 305.12º 0.59% 0.85% -
XYZ 43.25 26.19 61.17 -
YUV 140.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 217 88 206 0 0.59 0.05 0.15 305.12 0.63 0.6
Hex D9 58 CE 0 3B 5 F 131 3F 3C
Octal 331 130 316 0 73 5 17 461 77 74
Binary 11011001 1011000 11001110 0 111011 101 1111 100110001 111111 111100

Color Harmonies of #D958CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958CE

Black with #D958CE

Text Example


Text Example

White with #D958CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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