Html Css Color HEX #DB47CD Free Speech Magenta

📋 copy color: '#DB47CD'

red 219 ◦ green 71 ◦ blue 205

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

Shades of Free Speech Magenta #DB47CD

Tints of Free Speech Magenta #DB47CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.34%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 44.24%
G = 14.34%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB47CD (or 0xDB47CD) is known color: Free Speech Magenta. HEX triplet: DB, 47 and CD. RGB value is (219,71,205). Sum of RGB (Red+Green+Blue) = 219+71+205=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47CD is #24B832. Grayscale: #828282. Windows color (decimal): -2406451 or 13453275. OLE color: 13453275.

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

Color convert

RGB 219 71 205 -
CMYK 0 0.68 0.06 0.14
HSL 305.68º 0.67% 0.57% -
HSV(B) 305.68º 0.68% 0.86% -
XYZ 42.49 23.97 60.15 -
YUV 130.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 219 71 205 0 0.68 0.06 0.14 305.68 0.67 0.57
Hex DB 47 CD 0 44 6 E 132 43 39
Octal 333 107 315 0 104 6 16 462 103 71
Binary 11011011 1000111 11001101 0 1000100 110 1110 100110010 1000011 111001

Color Harmonies of #DB47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47CD

Black with #DB47CD

Text Example


Text Example

White with #DB47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47CD; }

 p { color: rgb(219,71,205); }

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

background-color css

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

 a { background-color: rgb(219,71,205); }

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

border-color css

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

 span { border-color: rgb(219,71,205); }

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