Html Css Color HEX #D551CC Free Speech Magenta

📋 copy color: '#D551CC'

red 213 ◦ green 81 ◦ blue 204

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

Shades of Free Speech Magenta #D551CC

Tints of Free Speech Magenta #D551CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.27%

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

R = 42.77%
G = 16.27%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D551CC (or 0xD551CC) is known color: Free Speech Magenta. HEX triplet: D5, 51 and CC. RGB value is (213,81,204). Sum of RGB (Red+Green+Blue) = 213+81+204=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D551CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551CC is #2AAE33. Grayscale: #868686. Windows color (decimal): -2797108 or 13390293. OLE color: 13390293.

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

Color convert

RGB 213 81 204 -
CMYK 0 0.62 0.04 0.16
HSL 304.09º 0.61% 0.58% -
HSV(B) 304.09º 0.62% 0.84% -
XYZ 41.28 24.39 59.66 -
YUV 134.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 213 81 204 0 0.62 0.04 0.16 304.09 0.61 0.58
Hex D5 51 CC 0 3E 4 10 130 3D 3A
Octal 325 121 314 0 76 4 20 460 75 72
Binary 11010101 1010001 11001100 0 111110 100 10000 100110000 111101 111010

Color Harmonies of #D551CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551CC

Black with #D551CC

Text Example


Text Example

White with #D551CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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