Html Css Color HEX #DB52CD Free Speech Magenta

📋 copy color: '#DB52CD'

red 219 ◦ green 82 ◦ blue 205

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

Shades of Free Speech Magenta #DB52CD

Tints of Free Speech Magenta #DB52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.21%

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

R = 43.28%
G = 16.21%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB52CD (or 0xDB52CD) is known color: Free Speech Magenta. HEX triplet: DB, 52 and CD. RGB value is (219,82,205). Sum of RGB (Red+Green+Blue) = 219+82+205=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52CD is #24AD32. Grayscale: #888888. Windows color (decimal): -2403635 or 13456091. OLE color: 13456091.

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

Color convert

RGB 219 82 205 -
CMYK 0 0.63 0.06 0.14
HSL 306.13º 0.66% 0.59% -
HSV(B) 306.13º 0.63% 0.86% -
XYZ 43.25 25.5 60.4 -
YUV 136.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 219 82 205 0 0.63 0.06 0.14 306.13 0.66 0.59
Hex DB 52 CD 0 3F 6 E 132 42 3B
Octal 333 122 315 0 77 6 16 462 102 73
Binary 11011011 1010010 11001101 0 111111 110 1110 100110010 1000010 111011

Color Harmonies of #DB52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52CD

Black with #DB52CD

Text Example


Text Example

White with #DB52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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