Html Css Color HEX #DB62C8 Free Speech Magenta

📋 copy color: '#DB62C8'

red 219 ◦ green 98 ◦ blue 200

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

Shades of Free Speech Magenta #DB62C8

Tints of Free Speech Magenta #DB62C8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 42.36%
G = 18.96%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB62C8 (or 0xDB62C8) is known color: Free Speech Magenta. HEX triplet: DB, 62 and C8. RGB value is (219,98,200). Sum of RGB (Red+Green+Blue) = 219+98+200=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62C8 is #249D37. Grayscale: #919191. Windows color (decimal): -2399544 or 13132507. OLE color: 13132507.

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

Color convert

RGB 219 98 200 -
CMYK 0 0.55 0.09 0.14
HSL 309.42º 0.63% 0.62% -
HSV(B) 309.42º 0.55% 0.86% -
XYZ 44.01 27.97 57.72 -
YUV 145.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 219 98 200 0 0.55 0.09 0.14 309.42 0.63 0.62
Hex DB 62 C8 0 37 9 E 135 3F 3E
Octal 333 142 310 0 67 11 16 465 77 76
Binary 11011011 1100010 11001000 0 110111 1001 1110 100110101 111111 111110

Color Harmonies of #DB62C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62C8

Black with #DB62C8

Text Example


Text Example

White with #DB62C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62C8; }

 p { color: rgb(219,98,200); }

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

background-color css

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

 a { background-color: rgb(219,98,200); }

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

border-color css

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

 span { border-color: rgb(219,98,200); }

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