Html Css Color HEX #DB62BE Free Speech Magenta

📋 copy color: '#DB62BE'

red 219 ◦ green 98 ◦ blue 190

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

Shades of Free Speech Magenta #DB62BE

Tints of Free Speech Magenta #DB62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 43.2%
G = 19.33%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB62BE (or 0xDB62BE) is known color: Free Speech Magenta. HEX triplet: DB, 62 and BE. RGB value is (219,98,190). Sum of RGB (Red+Green+Blue) = 219+98+190=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62BE is #249D41. Grayscale: #909090. Windows color (decimal): -2399554 or 12477147. OLE color: 12477147.

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

Color convert

RGB 219 98 190 -
CMYK 0 0.55 0.13 0.14
HSL 314.38º 0.63% 0.62% -
HSV(B) 314.38º 0.55% 0.86% -
XYZ 42.88 27.51 51.77 -
YUV 144.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 219 98 190 0 0.55 0.13 0.14 314.38 0.63 0.62
Hex DB 62 BE 0 37 D E 13A 3F 3E
Octal 333 142 276 0 67 15 16 472 77 76
Binary 11011011 1100010 10111110 0 110111 1101 1110 100111010 111111 111110

Color Harmonies of #DB62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62BE

Black with #DB62BE

Text Example


Text Example

White with #DB62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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