Html Css Color HEX #D95CDD Free Speech Magenta

📋 copy color: '#D95CDD'

red 217 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #D95CDD

Tints of Free Speech Magenta #D95CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 40.94%
G = 17.36%
B = 41.7%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D95CDD (or 0xD95CDD) is known color: Free Speech Magenta. HEX triplet: D9, 5C and DD. RGB value is (217,92,221). Sum of RGB (Red+Green+Blue) = 217+92+221=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #D95CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CDD is #26A322. Grayscale: #8F8F8F. Windows color (decimal): -2532131 or 14507225. OLE color: 14507225.

HSL color Cylindrical-coordinate representation of color #D95CDD: hue angle of 298.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95CDD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 92 221 -
CMYK 0.02 0.58 0 0.13
HSL 298.14º 0.65% 0.61% -
HSV(B) 298.14º 0.58% 0.87% -
XYZ 45.49 27.63 71.34 -
YUV 144.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 217 92 221 0.02 0.58 0 0.13 298.14 0.65 0.61
Hex D9 5C DD 2 3A 0 D 12A 41 3D
Octal 331 134 335 2 72 0 15 452 101 75
Binary 11011001 1011100 11011101 10 111010 0 1101 100101010 1000001 111101

Color Harmonies of #D95CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CDD

Black with #D95CDD

Text Example


Text Example

White with #D95CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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