Html Css Color HEX #DB63CD Free Speech Magenta

📋 copy color: '#DB63CD'

red 219 ◦ green 99 ◦ blue 205

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

Shades of Free Speech Magenta #DB63CD

Tints of Free Speech Magenta #DB63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.93%

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

R = 41.87%
G = 18.93%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB63CD (or 0xDB63CD) is known color: Free Speech Magenta. HEX triplet: DB, 63 and CD. RGB value is (219,99,205). Sum of RGB (Red+Green+Blue) = 219+99+205=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63CD is #249C32. Grayscale: #929292. Windows color (decimal): -2399283 or 13460443. OLE color: 13460443.

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

Color convert

RGB 219 99 205 -
CMYK 0 0.55 0.06 0.14
HSL 307º 0.63% 0.62% -
HSV(B) 307º 0.55% 0.86% -
XYZ 44.69 28.39 60.88 -
YUV 146.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 219 99 205 0 0.55 0.06 0.14 307 0.63 0.62
Hex DB 63 CD 0 37 6 E 133 3E 3E
Octal 333 143 315 0 67 6 16 463 76 76
Binary 11011011 1100011 11001101 0 110111 110 1110 100110011 111110 111110

Color Harmonies of #DB63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63CD

Black with #DB63CD

Text Example


Text Example

White with #DB63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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