Html Css Color HEX #DD55CA Free Speech Magenta

📋 copy color: '#DD55CA'

red 221 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Magenta #DD55CA

Tints of Free Speech Magenta #DD55CA

RGB

 RED value IS 221 (86.72% from 255) = 43.5%

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 43.5%
G = 16.73%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD55CA (or 0xDD55CA) is known color: Free Speech Magenta. HEX triplet: DD, 55 and CA. RGB value is (221,85,202). Sum of RGB (Red+Green+Blue) = 221+85+202=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55CA is #22AA35. Grayscale: #8A8A8A. Windows color (decimal): -2271798 or 13260253. OLE color: 13260253.

HSL color Cylindrical-coordinate representation of color #DD55CA: hue angle of 308.38º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55CA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 202 -
CMYK 0 0.62 0.09 0.13
HSL 308.38º 0.67% 0.6% -
HSV(B) 308.38º 0.62% 0.87% -
XYZ 43.73 26.13 58.62 -
YUV 139 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 221 85 202 0 0.62 0.09 0.13 308.38 0.67 0.6
Hex DD 55 CA 0 3E 9 D 134 43 3C
Octal 335 125 312 0 76 11 15 464 103 74
Binary 11011101 1010101 11001010 0 111110 1001 1101 100110100 1000011 111100

Color Harmonies of #DD55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55CA

Black with #DD55CA

Text Example


Text Example

White with #DD55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55CA; }

 p { color: rgb(221,85,202); }

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

background-color css

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

 a { background-color: rgb(221,85,202); }

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

border-color css

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

 span { border-color: rgb(221,85,202); }

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