Html Css Color HEX #DD64CC Free Speech Magenta

📋 copy color: '#DD64CC'

red 221 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Magenta #DD64CC

Tints of Free Speech Magenta #DD64CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.05%

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

R = 42.1%
G = 19.05%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD64CC (or 0xDD64CC) is known color: Free Speech Magenta. HEX triplet: DD, 64 and CC. RGB value is (221,100,204). Sum of RGB (Red+Green+Blue) = 221+100+204=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64CC is #229B33. Grayscale: #939393. Windows color (decimal): -2267956 or 13395165. OLE color: 13395165.

HSL color Cylindrical-coordinate representation of color #DD64CC: hue angle of 308.43º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD64CC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 204 -
CMYK 0 0.55 0.08 0.13
HSL 308.43º 0.64% 0.63% -
HSV(B) 308.43º 0.55% 0.87% -
XYZ 45.28 28.85 60.31 -
YUV 148.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 221 100 204 0 0.55 0.08 0.13 308.43 0.64 0.63
Hex DD 64 CC 0 37 8 D 134 40 3F
Octal 335 144 314 0 67 10 15 464 100 77
Binary 11011101 1100100 11001100 0 110111 1000 1101 100110100 1000000 111111

Color Harmonies of #DD64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64CC

Black with #DD64CC

Text Example


Text Example

White with #DD64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64CC; }

 p { color: rgb(221,100,204); }

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

background-color css

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

 a { background-color: rgb(221,100,204); }

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

border-color css

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

 span { border-color: rgb(221,100,204); }

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