Html Css Color HEX #DB608A Pale Violet Red

📋 copy color: '#DB608A'

red 219 ◦ green 96 ◦ blue 138

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

Shades of Pale Violet Red #DB608A

Tints of Pale Violet Red #DB608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 48.34%
G = 21.19%
B = 30.46%

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

#DB608A (or 0xDB608A) is known color: Pale Violet Red. HEX triplet: DB, 60 and 8A. RGB value is (219,96,138). Sum of RGB (Red+Green+Blue) = 219+96+138=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB608A is #249F75. Grayscale: #898989. Windows color (decimal): -2400118 or 9068763. OLE color: 9068763.

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

Color convert

RGB 219 96 138 -
CMYK 0 0.56 0.37 0.14
HSL 339.51º 0.63% 0.62% -
HSV(B) 339.51º 0.56% 0.86% -
XYZ 37.98 25.26 26.92 -
YUV 137.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 219 96 138 0 0.56 0.37 0.14 339.51 0.63 0.62
Hex DB 60 8A 0 38 25 E 154 3F 3E
Octal 333 140 212 0 70 45 16 524 77 76
Binary 11011011 1100000 10001010 0 111000 100101 1110 101010100 111111 111110

Color Harmonies of #DB608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB608A

Black with #DB608A

Text Example


Text Example

White with #DB608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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