Html Css Color HEX #DB48CE Free Speech Magenta

📋 copy color: '#DB48CE'

red 219 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #DB48CE

Tints of Free Speech Magenta #DB48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 44.06%
G = 14.49%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB48CE (or 0xDB48CE) is known color: Free Speech Magenta. HEX triplet: DB, 48 and CE. RGB value is (219,72,206). Sum of RGB (Red+Green+Blue) = 219+72+206=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48CE is #24B731. Grayscale: #828282. Windows color (decimal): -2406194 or 13519067. OLE color: 13519067.

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

Color convert

RGB 219 72 206 -
CMYK 0 0.67 0.06 0.14
HSL 305.31º 0.67% 0.57% -
HSV(B) 305.31º 0.67% 0.86% -
XYZ 42.67 24.15 60.81 -
YUV 131.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 219 72 206 0 0.67 0.06 0.14 305.31 0.67 0.57
Hex DB 48 CE 0 43 6 E 131 43 39
Octal 333 110 316 0 103 6 16 461 103 71
Binary 11011011 1001000 11001110 0 1000011 110 1110 100110001 1000011 111001

Color Harmonies of #DB48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48CE

Black with #DB48CE

Text Example


Text Example

White with #DB48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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