Html Css Color HEX #DB618B Pale Violet Red

📋 copy color: '#DB618B'

red 219 ◦ green 97 ◦ blue 139

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

Shades of Pale Violet Red #DB618B

Tints of Pale Violet Red #DB618B

RGB

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

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

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

R = 48.13%
G = 21.32%
B = 30.55%

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

#DB618B (or 0xDB618B) is known color: Pale Violet Red. HEX triplet: DB, 61 and 8B. RGB value is (219,97,139). Sum of RGB (Red+Green+Blue) = 219+97+139=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB618B is #249E74. Grayscale: #8A8A8A. Windows color (decimal): -2399861 or 9134555. OLE color: 9134555.

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

Color convert

RGB 219 97 139 -
CMYK 0 0.56 0.37 0.14
HSL 339.34º 0.63% 0.62% -
HSV(B) 339.34º 0.56% 0.86% -
XYZ 38.15 25.47 27.33 -
YUV 138.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 219 97 139 0 0.56 0.37 0.14 339.34 0.63 0.62
Hex DB 61 8B 0 38 25 E 153 3F 3E
Octal 333 141 213 0 70 45 16 523 77 76
Binary 11011011 1100001 10001011 0 111000 100101 1110 101010011 111111 111110

Color Harmonies of #DB618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB618B

Black with #DB618B

Text Example


Text Example

White with #DB618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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