Html Css Color HEX #DB6297 Pale Violet Red

📋 copy color: '#DB6297'

red 219 ◦ green 98 ◦ blue 151

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

Shades of Pale Violet Red #DB6297

Tints of Pale Violet Red #DB6297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 46.79%
G = 20.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB6297 (or 0xDB6297) is known color: Pale Violet Red. HEX triplet: DB, 62 and 97. RGB value is (219,98,151). Sum of RGB (Red+Green+Blue) = 219+98+151=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6297 is #249D68. Grayscale: #8C8C8C. Windows color (decimal): -2399593 or 9921243. OLE color: 9921243.

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

Color convert

RGB 219 98 151 -
CMYK 0 0.55 0.31 0.14
HSL 333.72º 0.63% 0.62% -
HSV(B) 333.72º 0.55% 0.86% -
XYZ 39.17 26.03 32.24 -
YUV 140.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 219 98 151 0 0.55 0.31 0.14 333.72 0.63 0.62
Hex DB 62 97 0 37 1F E 14E 3F 3E
Octal 333 142 227 0 67 37 16 516 77 76
Binary 11011011 1100010 10010111 0 110111 11111 1110 101001110 111111 111110

Color Harmonies of #DB6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6297

Black with #DB6297

Text Example


Text Example

White with #DB6297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6297; }

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

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

background-color css

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

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

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

border-color css

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

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

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