Html Css Color HEX #DD48CF Free Speech Magenta

📋 copy color: '#DD48CF'

red 221 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Magenta #DD48CF

Tints of Free Speech Magenta #DD48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 44.2%
G = 14.4%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD48CF (or 0xDD48CF) is known color: Free Speech Magenta. HEX triplet: DD, 48 and CF. RGB value is (221,72,207). Sum of RGB (Red+Green+Blue) = 221+72+207=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48CF is #22B730. Grayscale: #838383. Windows color (decimal): -2275121 or 13584605. OLE color: 13584605.

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

Color convert

RGB 221 72 207 -
CMYK 0 0.67 0.06 0.13
HSL 305.64º 0.69% 0.57% -
HSV(B) 305.64º 0.67% 0.87% -
XYZ 43.4 24.51 61.48 -
YUV 131.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 221 72 207 0 0.67 0.06 0.13 305.64 0.69 0.57
Hex DD 48 CF 0 43 6 D 132 45 39
Octal 335 110 317 0 103 6 15 462 105 71
Binary 11011101 1001000 11001111 0 1000011 110 1101 100110010 1000101 111001

Color Harmonies of #DD48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48CF

Black with #DD48CF

Text Example


Text Example

White with #DD48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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