Html Css Color HEX #D955CC Free Speech Magenta

📋 copy color: '#D955CC'

red 217 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #D955CC

Tints of Free Speech Magenta #D955CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

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

R = 42.89%
G = 16.8%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D955CC (or 0xD955CC) is known color: Free Speech Magenta. HEX triplet: D9, 55 and CC. RGB value is (217,85,204). Sum of RGB (Red+Green+Blue) = 217+85+204=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D955CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955CC is #26AA33. Grayscale: #898989. Windows color (decimal): -2533940 or 13391321. OLE color: 13391321.

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

Color convert

RGB 217 85 204 -
CMYK 0 0.61 0.06 0.15
HSL 305.91º 0.63% 0.59% -
HSV(B) 305.91º 0.61% 0.85% -
XYZ 42.76 25.61 59.82 -
YUV 138.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 217 85 204 0 0.61 0.06 0.15 305.91 0.63 0.59
Hex D9 55 CC 0 3D 6 F 132 3F 3B
Octal 331 125 314 0 75 6 17 462 77 73
Binary 11011001 1010101 11001100 0 111101 110 1111 100110010 111111 111011

Color Harmonies of #D955CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955CC

Black with #D955CC

Text Example


Text Example

White with #D955CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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