Html Css Color HEX #DB64C7 Free Speech Magenta

📋 copy color: '#DB64C7'

red 219 ◦ green 100 ◦ blue 199

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

Shades of Free Speech Magenta #DB64C7

Tints of Free Speech Magenta #DB64C7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.31%

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 42.28%
G = 19.31%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB64C7 (or 0xDB64C7) is known color: Free Speech Magenta. HEX triplet: DB, 64 and C7. RGB value is (219,100,199). Sum of RGB (Red+Green+Blue) = 219+100+199=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64C7 is #249B38. Grayscale: #929292. Windows color (decimal): -2399033 or 13067483. OLE color: 13067483.

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

Color convert

RGB 219 100 199 -
CMYK 0 0.54 0.09 0.14
HSL 310.08º 0.62% 0.63% -
HSV(B) 310.08º 0.54% 0.86% -
XYZ 44.08 28.3 57.17 -
YUV 146.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 219 100 199 0 0.54 0.09 0.14 310.08 0.62 0.63
Hex DB 64 C7 0 36 9 E 136 3E 3F
Octal 333 144 307 0 66 11 16 466 76 77
Binary 11011011 1100100 11000111 0 110110 1001 1110 100110110 111110 111111

Color Harmonies of #DB64C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64C7

Black with #DB64C7

Text Example


Text Example

White with #DB64C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64C7; }

 p { color: rgb(219,100,199); }

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

background-color css

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

 a { background-color: rgb(219,100,199); }

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

border-color css

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

 span { border-color: rgb(219,100,199); }

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