Html Css Color HEX #D55CC6 Free Speech Magenta

📋 copy color: '#D55CC6'

red 213 ◦ green 92 ◦ blue 198

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

Shades of Free Speech Magenta #D55CC6

Tints of Free Speech Magenta #D55CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 42.35%
G = 18.29%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55CC6 (or 0xD55CC6) is known color: Free Speech Magenta. HEX triplet: D5, 5C and C6. RGB value is (213,92,198). Sum of RGB (Red+Green+Blue) = 213+92+198=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC6 is #2AA339. Grayscale: #8B8B8B. Windows color (decimal): -2794298 or 12999893. OLE color: 12999893.

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

Color convert

RGB 213 92 198 -
CMYK 0 0.57 0.07 0.16
HSL 307.44º 0.59% 0.6% -
HSV(B) 307.44º 0.57% 0.84% -
XYZ 41.46 25.88 56.24 -
YUV 140.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 213 92 198 0 0.57 0.07 0.16 307.44 0.59 0.6
Hex D5 5C C6 0 39 7 10 133 3B 3C
Octal 325 134 306 0 71 7 20 463 73 74
Binary 11010101 1011100 11000110 0 111001 111 10000 100110011 111011 111100

Color Harmonies of #D55CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CC6

Black with #D55CC6

Text Example


Text Example

White with #D55CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CC6; }

 p { color: rgb(213,92,198); }

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

background-color css

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

 a { background-color: rgb(213,92,198); }

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

border-color css

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

 span { border-color: rgb(213,92,198); }

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