Html Css Color HEX #DD4CE5 Free Speech Magenta

📋 copy color: '#DD4CE5'

red 221 ◦ green 76 ◦ blue 229

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

Shades of Free Speech Magenta #DD4CE5

Tints of Free Speech Magenta #DD4CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 42.02%
G = 14.45%
B = 43.54%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD4CE5 (or 0xDD4CE5) is known color: Free Speech Magenta. HEX triplet: DD, 4C and E5. RGB value is (221,76,229). Sum of RGB (Red+Green+Blue) = 221+76+229=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD4CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CE5 is #22B31A. Grayscale: #888888. Windows color (decimal): -2274075 or 15027421. OLE color: 15027421.

HSL color Cylindrical-coordinate representation of color #DD4CE5: hue angle of 296.86º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4CE5 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 76 229 -
CMYK 0.03 0.67 0 0.10
HSL 296.86º 0.75% 0.6% -
HSV(B) 296.86º 0.67% 0.9% -
XYZ 46.55 26.2 76.73 -
YUV 136.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 221 76 229 0.03 0.67 0 0.10 296.86 0.75 0.6
Hex DD 4C E5 3 43 0 A 129 4B 3C
Octal 335 114 345 3 103 0 12 451 113 74
Binary 11011101 1001100 11100101 11 1000011 0 1010 100101001 1001011 111100

Color Harmonies of #DD4CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CE5

Black with #DD4CE5

Text Example


Text Example

White with #DD4CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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