Html Css Color HEX #DD60C1 Free Speech Magenta

📋 copy color: '#DD60C1'

red 221 ◦ green 96 ◦ blue 193

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

Shades of Free Speech Magenta #DD60C1

Tints of Free Speech Magenta #DD60C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 43.33%
G = 18.82%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD60C1 (or 0xDD60C1) is known color: Free Speech Magenta. HEX triplet: DD, 60 and C1. RGB value is (221,96,193). Sum of RGB (Red+Green+Blue) = 221+96+193=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60C1 is #229F3E. Grayscale: #909090. Windows color (decimal): -2268991 or 12673245. OLE color: 12673245.

HSL color Cylindrical-coordinate representation of color #DD60C1: hue angle of 313.44º 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 #DD60C1 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 193 -
CMYK 0 0.57 0.13 0.13
HSL 313.44º 0.65% 0.62% -
HSV(B) 313.44º 0.57% 0.87% -
XYZ 43.63 27.59 53.48 -
YUV 144.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 221 96 193 0 0.57 0.13 0.13 313.44 0.65 0.62
Hex DD 60 C1 0 39 D D 139 41 3E
Octal 335 140 301 0 71 15 15 471 101 76
Binary 11011101 1100000 11000001 0 111001 1101 1101 100111001 1000001 111110

Color Harmonies of #DD60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60C1

Black with #DD60C1

Text Example


Text Example

White with #DD60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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