Html Css Color HEX #DB628E Pale Violet Red

📋 copy color: '#DB628E'

red 219 ◦ green 98 ◦ blue 142

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

Shades of Pale Violet Red #DB628E

Tints of Pale Violet Red #DB628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 47.71%
G = 21.35%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB628E (or 0xDB628E) is known color: Pale Violet Red. HEX triplet: DB, 62 and 8E. RGB value is (219,98,142). Sum of RGB (Red+Green+Blue) = 219+98+142=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB628E is #249D71. Grayscale: #8B8B8B. Windows color (decimal): -2399602 or 9331419. OLE color: 9331419.

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

Color convert

RGB 219 98 142 -
CMYK 0 0.55 0.35 0.14
HSL 338.18º 0.63% 0.62% -
HSV(B) 338.18º 0.55% 0.86% -
XYZ 38.46 25.75 28.53 -
YUV 139.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 219 98 142 0 0.55 0.35 0.14 338.18 0.63 0.62
Hex DB 62 8E 0 37 23 E 152 3F 3E
Octal 333 142 216 0 67 43 16 522 77 76
Binary 11011011 1100010 10001110 0 110111 100011 1110 101010010 111111 111110

Color Harmonies of #DB628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB628E

Black with #DB628E

Text Example


Text Example

White with #DB628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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