Html Css Color HEX #DB608B Pale Violet Red

📋 copy color: '#DB608B'

red 219 ◦ green 96 ◦ blue 139

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

Shades of Pale Violet Red #DB608B

Tints of Pale Violet Red #DB608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 48.24%
G = 21.15%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB608B (or 0xDB608B) is known color: Pale Violet Red. HEX triplet: DB, 60 and 8B. RGB value is (219,96,139). Sum of RGB (Red+Green+Blue) = 219+96+139=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB608B is #249F74. Grayscale: #898989. Windows color (decimal): -2400117 or 9134299. OLE color: 9134299.

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

Color convert

RGB 219 96 139 -
CMYK 0 0.56 0.37 0.14
HSL 339.02º 0.63% 0.62% -
HSV(B) 339.02º 0.56% 0.86% -
XYZ 38.06 25.29 27.3 -
YUV 137.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 219 96 139 0 0.56 0.37 0.14 339.02 0.63 0.62
Hex DB 60 8B 0 38 25 E 153 3F 3E
Octal 333 140 213 0 70 45 16 523 77 76
Binary 11011011 1100000 10001011 0 111000 100101 1110 101010011 111111 111110

Color Harmonies of #DB608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB608B

Black with #DB608B

Text Example


Text Example

White with #DB608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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