Html Css Color HEX #DB648E Pale Violet Red

📋 copy color: '#DB648E'

red 219 ◦ green 100 ◦ blue 142

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

Shades of Pale Violet Red #DB648E

Tints of Pale Violet Red #DB648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

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

R = 47.51%
G = 21.69%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB648E (or 0xDB648E) is known color: Pale Violet Red. HEX triplet: DB, 64 and 8E. RGB value is (219,100,142). Sum of RGB (Red+Green+Blue) = 219+100+142=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB648E is #249B71. Grayscale: #8C8C8C. Windows color (decimal): -2399090 or 9331931. OLE color: 9331931.

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

Color convert

RGB 219 100 142 -
CMYK 0 0.54 0.35 0.14
HSL 338.82º 0.62% 0.63% -
HSV(B) 338.82º 0.54% 0.86% -
XYZ 38.65 26.13 28.6 -
YUV 140.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 219 100 142 0 0.54 0.35 0.14 338.82 0.62 0.63
Hex DB 64 8E 0 36 23 E 153 3E 3F
Octal 333 144 216 0 66 43 16 523 76 77
Binary 11011011 1100100 10001110 0 110110 100011 1110 101010011 111110 111111

Color Harmonies of #DB648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB648E

Black with #DB648E

Text Example


Text Example

White with #DB648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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