Html Css Color HEX #DB628B Pale Violet Red

📋 copy color: '#DB628B'

red 219 ◦ green 98 ◦ blue 139

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

Shades of Pale Violet Red #DB628B

Tints of Pale Violet Red #DB628B

RGB

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

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

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

R = 48.03%
G = 21.49%
B = 30.48%

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

#DB628B (or 0xDB628B) is known color: Pale Violet Red. HEX triplet: DB, 62 and 8B. RGB value is (219,98,139). Sum of RGB (Red+Green+Blue) = 219+98+139=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB628B is #249D74. Grayscale: #8A8A8A. Windows color (decimal): -2399605 or 9134811. OLE color: 9134811.

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

Color convert

RGB 219 98 139 -
CMYK 0 0.55 0.37 0.14
HSL 339.67º 0.63% 0.62% -
HSV(B) 339.67º 0.55% 0.86% -
XYZ 38.24 25.66 27.36 -
YUV 138.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 219 98 139 0 0.55 0.37 0.14 339.67 0.63 0.62
Hex DB 62 8B 0 37 25 E 154 3F 3E
Octal 333 142 213 0 67 45 16 524 77 76
Binary 11011011 1100010 10001011 0 110111 100101 1110 101010100 111111 111110

Color Harmonies of #DB628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB628B

Black with #DB628B

Text Example


Text Example

White with #DB628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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