Html Css Color HEX #D555CC Free Speech Magenta

📋 copy color: '#D555CC'

red 213 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #D555CC

Tints of Free Speech Magenta #D555CC

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

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

R = 42.43%
G = 16.93%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D555CC (or 0xD555CC) is known color: Free Speech Magenta. HEX triplet: D5, 55 and CC. RGB value is (213,85,204). Sum of RGB (Red+Green+Blue) = 213+85+204=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CC is #2AAA33. Grayscale: #888888. Windows color (decimal): -2796084 or 13391317. OLE color: 13391317.

HSL color Cylindrical-coordinate representation of color #D555CC: hue angle of 304.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555CC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 204 -
CMYK 0 0.60 0.04 0.16
HSL 304.22º 0.6% 0.58% -
HSV(B) 304.22º 0.6% 0.84% -
XYZ 41.59 25 59.76 -
YUV 136.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 213 85 204 0 0.60 0.04 0.16 304.22 0.6 0.58
Hex D5 55 CC 0 3C 4 10 130 3C 3A
Octal 325 125 314 0 74 4 20 460 74 72
Binary 11010101 1010101 11001100 0 111100 100 10000 100110000 111100 111010

Color Harmonies of #D555CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555CC

Black with #D555CC

Text Example


Text Example

White with #D555CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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