Html Css Color HEX #DD60CA Free Speech Magenta

📋 copy color: '#DD60CA'

red 221 ◦ green 96 ◦ blue 202

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

Shades of Free Speech Magenta #DD60CA

Tints of Free Speech Magenta #DD60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.5%

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

R = 42.58%
G = 18.5%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD60CA (or 0xDD60CA) is known color: Free Speech Magenta. HEX triplet: DD, 60 and CA. RGB value is (221,96,202). Sum of RGB (Red+Green+Blue) = 221+96+202=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60CA is #229F35. Grayscale: #919191. Windows color (decimal): -2268982 or 13263069. OLE color: 13263069.

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

Color convert

RGB 221 96 202 -
CMYK 0 0.57 0.09 0.13
HSL 309.12º 0.65% 0.62% -
HSV(B) 309.12º 0.57% 0.87% -
XYZ 44.66 28 58.93 -
YUV 145.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 221 96 202 0 0.57 0.09 0.13 309.12 0.65 0.62
Hex DD 60 CA 0 39 9 D 135 41 3E
Octal 335 140 312 0 71 11 15 465 101 76
Binary 11011101 1100000 11001010 0 111001 1001 1101 100110101 1000001 111110

Color Harmonies of #DD60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60CA

Black with #DD60CA

Text Example


Text Example

White with #DD60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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