Html Css Color HEX #DB6093 Pale Violet Red

📋 copy color: '#DB6093'

red 219 ◦ green 96 ◦ blue 147

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

Shades of Pale Violet Red #DB6093

Tints of Pale Violet Red #DB6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 47.4%
G = 20.78%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6093 (or 0xDB6093) is known color: Pale Violet Red. HEX triplet: DB, 60 and 93. RGB value is (219,96,147). Sum of RGB (Red+Green+Blue) = 219+96+147=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6093 is #249F6C. Grayscale: #8A8A8A. Windows color (decimal): -2400109 or 9658587. OLE color: 9658587.

HSL color Cylindrical-coordinate representation of color #DB6093: hue angle of 335.12º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6093 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 147 -
CMYK 0 0.56 0.33 0.14
HSL 335.12º 0.63% 0.62% -
HSV(B) 335.12º 0.56% 0.86% -
XYZ 38.66 25.53 30.49 -
YUV 138.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 219 96 147 0 0.56 0.33 0.14 335.12 0.63 0.62
Hex DB 60 93 0 38 21 E 14F 3F 3E
Octal 333 140 223 0 70 41 16 517 77 76
Binary 11011011 1100000 10010011 0 111000 100001 1110 101001111 111111 111110

Color Harmonies of #DB6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6093

Black with #DB6093

Text Example


Text Example

White with #DB6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6093; }

 p { color: rgb(219,96,147); }

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

background-color css

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

 a { background-color: rgb(219,96,147); }

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

border-color css

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

 span { border-color: rgb(219,96,147); }

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