Html Css Color HEX #DD48CC Free Speech Magenta

📋 copy color: '#DD48CC'

red 221 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #DD48CC

Tints of Free Speech Magenta #DD48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.49%

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

R = 44.47%
G = 14.49%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD48CC (or 0xDD48CC) is known color: Free Speech Magenta. HEX triplet: DD, 48 and CC. RGB value is (221,72,204). Sum of RGB (Red+Green+Blue) = 221+72+204=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48CC is #22B733. Grayscale: #838383. Windows color (decimal): -2275124 or 13387997. OLE color: 13387997.

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

Color convert

RGB 221 72 204 -
CMYK 0 0.67 0.08 0.13
HSL 306.85º 0.69% 0.57% -
HSV(B) 306.85º 0.67% 0.87% -
XYZ 43.04 24.37 59.56 -
YUV 131.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 221 72 204 0 0.67 0.08 0.13 306.85 0.69 0.57
Hex DD 48 CC 0 43 8 D 133 45 39
Octal 335 110 314 0 103 10 15 463 105 71
Binary 11011101 1001000 11001100 0 1000011 1000 1101 100110011 1000101 111001

Color Harmonies of #DD48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48CC

Black with #DD48CC

Text Example


Text Example

White with #DD48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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