Html Css Color HEX #D958BE Free Speech Magenta

📋 copy color: '#D958BE'

red 217 ◦ green 88 ◦ blue 190

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

Shades of Free Speech Magenta #D958BE

Tints of Free Speech Magenta #D958BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 43.84%
G = 17.78%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D958BE (or 0xD958BE) is known color: Free Speech Magenta. HEX triplet: D9, 58 and BE. RGB value is (217,88,190). Sum of RGB (Red+Green+Blue) = 217+88+190=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D958BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958BE is #26A741. Grayscale: #898989. Windows color (decimal): -2533186 or 12474585. OLE color: 12474585.

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

Color convert

RGB 217 88 190 -
CMYK 0 0.59 0.12 0.15
HSL 312.56º 0.63% 0.6% -
HSV(B) 312.56º 0.59% 0.85% -
XYZ 41.4 25.45 51.45 -
YUV 138.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 217 88 190 0 0.59 0.12 0.15 312.56 0.63 0.6
Hex D9 58 BE 0 3B C F 139 3F 3C
Octal 331 130 276 0 73 14 17 471 77 74
Binary 11011001 1011000 10111110 0 111011 1100 1111 100111001 111111 111100

Color Harmonies of #D958BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958BE

Black with #D958BE

Text Example


Text Example

White with #D958BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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