Html Css Color HEX #DB628A Pale Violet Red

📋 copy color: '#DB628A'

red 219 ◦ green 98 ◦ blue 138

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

Shades of Pale Violet Red #DB628A

Tints of Pale Violet Red #DB628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

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

R = 48.13%
G = 21.54%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB628A (or 0xDB628A) is known color: Pale Violet Red. HEX triplet: DB, 62 and 8A. RGB value is (219,98,138). Sum of RGB (Red+Green+Blue) = 219+98+138=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB628A is #249D75. Grayscale: #8A8A8A. Windows color (decimal): -2399606 or 9069275. OLE color: 9069275.

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

Color convert

RGB 219 98 138 -
CMYK 0 0.55 0.37 0.14
HSL 340.17º 0.63% 0.62% -
HSV(B) 340.17º 0.55% 0.86% -
XYZ 38.17 25.63 26.98 -
YUV 138.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 219 98 138 0 0.55 0.37 0.14 340.17 0.63 0.62
Hex DB 62 8A 0 37 25 E 154 3F 3E
Octal 333 142 212 0 67 45 16 524 77 76
Binary 11011011 1100010 10001010 0 110111 100101 1110 101010100 111111 111110

Color Harmonies of #DB628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB628A

Black with #DB628A

Text Example


Text Example

White with #DB628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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