Html Css Color HEX #DD48CB Free Speech Magenta

📋 copy color: '#DD48CB'

red 221 ◦ green 72 ◦ blue 203

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

Shades of Free Speech Magenta #DD48CB

Tints of Free Speech Magenta #DD48CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 44.56%
G = 14.52%
B = 40.93%

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

#DD48CB (or 0xDD48CB) is known color: Free Speech Magenta. HEX triplet: DD, 48 and CB. RGB value is (221,72,203). Sum of RGB (Red+Green+Blue) = 221+72+203=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48CB is #22B734. Grayscale: #838383. Windows color (decimal): -2275125 or 13322461. OLE color: 13322461.

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

Color convert

RGB 221 72 203 -
CMYK 0 0.67 0.08 0.13
HSL 307.25º 0.69% 0.57% -
HSV(B) 307.25º 0.67% 0.87% -
XYZ 42.92 24.32 58.93 -
YUV 131.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 221 72 203 0 0.67 0.08 0.13 307.25 0.69 0.57
Hex DD 48 CB 0 43 8 D 133 45 39
Octal 335 110 313 0 103 10 15 463 105 71
Binary 11011101 1001000 11001011 0 1000011 1000 1101 100110011 1000101 111001

Color Harmonies of #DD48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48CB

Black with #DD48CB

Text Example


Text Example

White with #DD48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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