Html Css Color HEX #DD4CDB Free Speech Magenta

📋 copy color: '#DD4CDB'

red 221 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #DD4CDB

Tints of Free Speech Magenta #DD4CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 42.83%
G = 14.73%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD4CDB (or 0xDD4CDB) is known color: Free Speech Magenta. HEX triplet: DD, 4C and DB. RGB value is (221,76,219). Sum of RGB (Red+Green+Blue) = 221+76+219=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CDB is #22B324. Grayscale: #878787. Windows color (decimal): -2274085 or 14372061. OLE color: 14372061.

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

Color convert

RGB 221 76 219 -
CMYK 0 0.66 0.01 0.13
HSL 300.83º 0.68% 0.58% -
HSV(B) 300.83º 0.66% 0.87% -
XYZ 45.19 25.66 69.59 -
YUV 135.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 221 76 219 0 0.66 0.01 0.13 300.83 0.68 0.58
Hex DD 4C DB 0 42 1 D 12D 44 3A
Octal 335 114 333 0 102 1 15 455 104 72
Binary 11011101 1001100 11011011 0 1000010 1 1101 100101101 1000100 111010

Color Harmonies of #DD4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CDB

Black with #DD4CDB

Text Example


Text Example

White with #DD4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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