Html Css Color HEX #DB618A Pale Violet Red

📋 copy color: '#DB618A'

red 219 ◦ green 97 ◦ blue 138

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

Shades of Pale Violet Red #DB618A

Tints of Pale Violet Red #DB618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

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

R = 48.24%
G = 21.37%
B = 30.4%

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

#DB618A (or 0xDB618A) is known color: Pale Violet Red. HEX triplet: DB, 61 and 8A. RGB value is (219,97,138). Sum of RGB (Red+Green+Blue) = 219+97+138=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB618A is #249E75. Grayscale: #8A8A8A. Windows color (decimal): -2399862 or 9069019. OLE color: 9069019.

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

Color convert

RGB 219 97 138 -
CMYK 0 0.56 0.37 0.14
HSL 339.84º 0.63% 0.62% -
HSV(B) 339.84º 0.56% 0.86% -
XYZ 38.08 25.44 26.95 -
YUV 138.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 219 97 138 0 0.56 0.37 0.14 339.84 0.63 0.62
Hex DB 61 8A 0 38 25 E 154 3F 3E
Octal 333 141 212 0 70 45 16 524 77 76
Binary 11011011 1100001 10001010 0 111000 100101 1110 101010100 111111 111110

Color Harmonies of #DB618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB618A

Black with #DB618A

Text Example


Text Example

White with #DB618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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