Html Css Color HEX #DB6292 Pale Violet Red

📋 copy color: '#DB6292'

red 219 ◦ green 98 ◦ blue 146

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

Shades of Pale Violet Red #DB6292

Tints of Pale Violet Red #DB6292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 47.3%
G = 21.17%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6292 (or 0xDB6292) is known color: Pale Violet Red. HEX triplet: DB, 62 and 92. RGB value is (219,98,146). Sum of RGB (Red+Green+Blue) = 219+98+146=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6292 is #249D6D. Grayscale: #8B8B8B. Windows color (decimal): -2399598 or 9593563. OLE color: 9593563.

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

Color convert

RGB 219 98 146 -
CMYK 0 0.55 0.33 0.14
HSL 336.2º 0.63% 0.62% -
HSV(B) 336.2º 0.55% 0.86% -
XYZ 38.77 25.87 30.14 -
YUV 139.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 219 98 146 0 0.55 0.33 0.14 336.2 0.63 0.62
Hex DB 62 92 0 37 21 E 150 3F 3E
Octal 333 142 222 0 67 41 16 520 77 76
Binary 11011011 1100010 10010010 0 110111 100001 1110 101010000 111111 111110

Color Harmonies of #DB6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6292

Black with #DB6292

Text Example


Text Example

White with #DB6292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6292; }

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

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

background-color css

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

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

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

border-color css

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

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

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