Html Css Color HEX #DB62DA Free Speech Magenta

📋 copy color: '#DB62DA'

red 219 ◦ green 98 ◦ blue 218

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

Shades of Free Speech Magenta #DB62DA

Tints of Free Speech Magenta #DB62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 40.93%
G = 18.32%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB62DA (or 0xDB62DA) is known color: Free Speech Magenta. HEX triplet: DB, 62 and DA. RGB value is (219,98,218). Sum of RGB (Red+Green+Blue) = 219+98+218=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62DA is #249D25. Grayscale: #939393. Windows color (decimal): -2399526 or 14312155. OLE color: 14312155.

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

Color convert

RGB 219 98 218 -
CMYK 0 0.55 0.00 0.14
HSL 300.5º 0.63% 0.62% -
HSV(B) 300.5º 0.55% 0.86% -
XYZ 46.24 28.86 69.46 -
YUV 147.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 219 98 218 0 0.55 0.00 0.14 300.5 0.63 0.62
Hex DB 62 DA 0 37 0 E 12C 3F 3E
Octal 333 142 332 0 67 0 16 454 77 76
Binary 11011011 1100010 11011010 0 110111 0 1110 100101100 111111 111110

Color Harmonies of #DB62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62DA

Black with #DB62DA

Text Example


Text Example

White with #DB62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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