Html Css Color HEX #DB63C2 Free Speech Magenta

📋 copy color: '#DB63C2'

red 219 ◦ green 99 ◦ blue 194

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

Shades of Free Speech Magenta #DB63C2

Tints of Free Speech Magenta #DB63C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 42.77%
G = 19.34%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB63C2 (or 0xDB63C2) is known color: Free Speech Magenta. HEX triplet: DB, 63 and C2. RGB value is (219,99,194). Sum of RGB (Red+Green+Blue) = 219+99+194=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63C2 is #249C3D. Grayscale: #919191. Windows color (decimal): -2399294 or 12739547. OLE color: 12739547.

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

Color convert

RGB 219 99 194 -
CMYK 0 0.55 0.11 0.14
HSL 312.5º 0.63% 0.62% -
HSV(B) 312.5º 0.55% 0.86% -
XYZ 43.41 27.88 54.13 -
YUV 145.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 219 99 194 0 0.55 0.11 0.14 312.5 0.63 0.62
Hex DB 63 C2 0 37 B E 138 3E 3E
Octal 333 143 302 0 67 13 16 470 76 76
Binary 11011011 1100011 11000010 0 110111 1011 1110 100111000 111110 111110

Color Harmonies of #DB63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63C2

Black with #DB63C2

Text Example


Text Example

White with #DB63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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