Html Css Color HEX #DB48CC Free Speech Magenta

📋 copy color: '#DB48CC'

red 219 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #DB48CC

Tints of Free Speech Magenta #DB48CC

RGB

 RED value IS 219 (85.94% from 255) = 44.24%

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

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

R = 44.24%
G = 14.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB48CC (or 0xDB48CC) is known color: Free Speech Magenta. HEX triplet: DB, 48 and CC. RGB value is (219,72,204). Sum of RGB (Red+Green+Blue) = 219+72+204=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48CC is #24B733. Grayscale: #828282. Windows color (decimal): -2406196 or 13387995. OLE color: 13387995.

HSL color Cylindrical-coordinate representation of color #DB48CC: hue angle of 306.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48CC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 204 -
CMYK 0 0.67 0.07 0.14
HSL 306.12º 0.67% 0.57% -
HSV(B) 306.12º 0.67% 0.86% -
XYZ 42.43 24.05 59.53 -
YUV 131 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 219 72 204 0 0.67 0.07 0.14 306.12 0.67 0.57
Hex DB 48 CC 0 43 7 E 132 43 39
Octal 333 110 314 0 103 7 16 462 103 71
Binary 11011011 1001000 11001100 0 1000011 111 1110 100110010 1000011 111001

Color Harmonies of #DB48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48CC

Black with #DB48CC

Text Example


Text Example

White with #DB48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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