Html Css Color HEX #D95DCB Free Speech Magenta

📋 copy color: '#D95DCB'

red 217 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #D95DCB

Tints of Free Speech Magenta #D95DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.13%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 42.3%
G = 18.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D95DCB (or 0xD95DCB) is known color: Free Speech Magenta. HEX triplet: D9, 5D and CB. RGB value is (217,93,203). Sum of RGB (Red+Green+Blue) = 217+93+203=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DCB is #26A234. Grayscale: #8E8E8E. Windows color (decimal): -2531893 or 13327833. OLE color: 13327833.

HSL color Cylindrical-coordinate representation of color #D95DCB: hue angle of 306.77º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95DCB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 203 -
CMYK 0 0.57 0.06 0.15
HSL 306.77º 0.62% 0.61% -
HSV(B) 306.77º 0.57% 0.85% -
XYZ 43.31 26.89 59.41 -
YUV 142.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 217 93 203 0 0.57 0.06 0.15 306.77 0.62 0.61
Hex D9 5D CB 0 39 6 F 133 3E 3D
Octal 331 135 313 0 71 6 17 463 76 75
Binary 11011001 1011101 11001011 0 111001 110 1111 100110011 111110 111101

Color Harmonies of #D95DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DCB

Black with #D95DCB

Text Example


Text Example

White with #D95DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DCB; }

 p { color: rgb(217,93,203); }

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

background-color css

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

 a { background-color: rgb(217,93,203); }

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

border-color css

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

 span { border-color: rgb(217,93,203); }

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