Html Css Color HEX #DD4CCE Free Speech Magenta

📋 copy color: '#DD4CCE'

red 221 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Magenta #DD4CCE

Tints of Free Speech Magenta #DD4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 43.94%
G = 15.11%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD4CCE (or 0xDD4CCE) is known color: Free Speech Magenta. HEX triplet: DD, 4C and CE. RGB value is (221,76,206). Sum of RGB (Red+Green+Blue) = 221+76+206=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CCE is #22B331. Grayscale: #858585. Windows color (decimal): -2274098 or 13520093. OLE color: 13520093.

HSL color Cylindrical-coordinate representation of color #DD4CCE: hue angle of 306.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CCE is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 206 -
CMYK 0 0.66 0.07 0.13
HSL 306.21º 0.68% 0.58% -
HSV(B) 306.21º 0.66% 0.87% -
XYZ 43.54 25 60.92 -
YUV 134.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 221 76 206 0 0.66 0.07 0.13 306.21 0.68 0.58
Hex DD 4C CE 0 42 7 D 132 44 3A
Octal 335 114 316 0 102 7 15 462 104 72
Binary 11011101 1001100 11001110 0 1000010 111 1101 100110010 1000100 111010

Color Harmonies of #DD4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CCE

Black with #DD4CCE

Text Example


Text Example

White with #DD4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CCE; }

 p { color: rgb(221,76,206); }

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

background-color css

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

 a { background-color: rgb(221,76,206); }

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

border-color css

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

 span { border-color: rgb(221,76,206); }

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