Html Css Color HEX #D95CCB Free Speech Magenta

📋 copy color: '#D95CCB'

red 217 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Magenta #D95CCB

Tints of Free Speech Magenta #D95CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

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

R = 42.38%
G = 17.97%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D95CCB (or 0xD95CCB) is known color: Free Speech Magenta. HEX triplet: D9, 5C and CB. RGB value is (217,92,203). Sum of RGB (Red+Green+Blue) = 217+92+203=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CCB is #26A334. Grayscale: #8D8D8D. Windows color (decimal): -2532149 or 13327577. OLE color: 13327577.

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

Color convert

RGB 217 92 203 -
CMYK 0 0.58 0.06 0.15
HSL 306.72º 0.62% 0.61% -
HSV(B) 306.72º 0.58% 0.85% -
XYZ 43.22 26.72 59.38 -
YUV 142.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 217 92 203 0 0.58 0.06 0.15 306.72 0.62 0.61
Hex D9 5C CB 0 3A 6 F 133 3E 3D
Octal 331 134 313 0 72 6 17 463 76 75
Binary 11011001 1011100 11001011 0 111010 110 1111 100110011 111110 111101

Color Harmonies of #D95CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CCB

Black with #D95CCB

Text Example


Text Example

White with #D95CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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