Html Css Color HEX #D95CCC Free Speech Magenta

📋 copy color: '#D95CCC'

red 217 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #D95CCC

Tints of Free Speech Magenta #D95CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 42.3%
G = 17.93%
B = 39.77%

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

#D95CCC (or 0xD95CCC) is known color: Free Speech Magenta. HEX triplet: D9, 5C and CC. RGB value is (217,92,204). Sum of RGB (Red+Green+Blue) = 217+92+204=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CCC is #26A333. Grayscale: #8D8D8D. Windows color (decimal): -2532148 or 13393113. OLE color: 13393113.

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

Color convert

RGB 217 92 204 -
CMYK 0 0.58 0.06 0.15
HSL 306.24º 0.62% 0.61% -
HSV(B) 306.24º 0.58% 0.85% -
XYZ 43.34 26.77 60.01 -
YUV 142.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 217 92 204 0 0.58 0.06 0.15 306.24 0.62 0.61
Hex D9 5C CC 0 3A 6 F 132 3E 3D
Octal 331 134 314 0 72 6 17 462 76 75
Binary 11011001 1011100 11001100 0 111010 110 1111 100110010 111110 111101

Color Harmonies of #D95CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CCC

Black with #D95CCC

Text Example


Text Example

White with #D95CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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