Html Css Color HEX #DB6998 Pale Violet Red

📋 copy color: '#DB6998'

red 219 ◦ green 105 ◦ blue 152

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

Shades of Pale Violet Red #DB6998

Tints of Pale Violet Red #DB6998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 46.01%
G = 22.06%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB6998 (or 0xDB6998) is known color: Pale Violet Red. HEX triplet: DB, 69 and 98. RGB value is (219,105,152). Sum of RGB (Red+Green+Blue) = 219+105+152=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6998 is #249667. Grayscale: #909090. Windows color (decimal): -2397800 or 9988571. OLE color: 9988571.

HSL color Cylindrical-coordinate representation of color #DB6998: hue angle of 335.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6998 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 152 -
CMYK 0 0.52 0.31 0.14
HSL 335.26º 0.61% 0.64% -
HSV(B) 335.26º 0.52% 0.86% -
XYZ 39.93 27.43 32.9 -
YUV 144.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 219 105 152 0 0.52 0.31 0.14 335.26 0.61 0.64
Hex DB 69 98 0 34 1F E 14F 3D 40
Octal 333 151 230 0 64 37 16 517 75 100
Binary 11011011 1101001 10011000 0 110100 11111 1110 101001111 111101 1000000

Color Harmonies of #DB6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6998

Black with #DB6998

Text Example


Text Example

White with #DB6998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6998; }

 p { color: rgb(219,105,152); }

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

background-color css

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

 a { background-color: rgb(219,105,152); }

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

border-color css

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

 span { border-color: rgb(219,105,152); }

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