Html Css Color HEX #DD48CA Free Speech Magenta

📋 copy color: '#DD48CA'

red 221 ◦ green 72 ◦ blue 202

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

Shades of Free Speech Magenta #DD48CA

Tints of Free Speech Magenta #DD48CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 44.65%
G = 14.55%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD48CA (or 0xDD48CA) is known color: Free Speech Magenta. HEX triplet: DD, 48 and CA. RGB value is (221,72,202). Sum of RGB (Red+Green+Blue) = 221+72+202=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48CA is #22B735. Grayscale: #838383. Windows color (decimal): -2275126 or 13256925. OLE color: 13256925.

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

Color convert

RGB 221 72 202 -
CMYK 0 0.67 0.09 0.13
HSL 307.65º 0.69% 0.57% -
HSV(B) 307.65º 0.67% 0.87% -
XYZ 42.8 24.27 58.31 -
YUV 131.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 221 72 202 0 0.67 0.09 0.13 307.65 0.69 0.57
Hex DD 48 CA 0 43 9 D 134 45 39
Octal 335 110 312 0 103 11 15 464 105 71
Binary 11011101 1001000 11001010 0 1000011 1001 1101 100110100 1000101 111001

Color Harmonies of #DD48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48CA

Black with #DD48CA

Text Example


Text Example

White with #DD48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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