Html Css Color HEX #DB68A2 Pale Violet Red

📋 copy color: '#DB68A2'

red 219 ◦ green 104 ◦ blue 162

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

Shades of Pale Violet Red #DB68A2

Tints of Pale Violet Red #DB68A2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 45.15%
G = 21.44%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB68A2 (or 0xDB68A2) is known color: Pale Violet Red. HEX triplet: DB, 68 and A2. RGB value is (219,104,162). Sum of RGB (Red+Green+Blue) = 219+104+162=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68A2 is #24975D. Grayscale: #909090. Windows color (decimal): -2398046 or 10643675. OLE color: 10643675.

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

Color convert

RGB 219 104 162 -
CMYK 0 0.53 0.26 0.14
HSL 329.74º 0.61% 0.63% -
HSV(B) 329.74º 0.53% 0.86% -
XYZ 40.69 27.57 37.36 -
YUV 145 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 219 104 162 0 0.53 0.26 0.14 329.74 0.61 0.63
Hex DB 68 A2 0 35 1A E 14A 3D 3F
Octal 333 150 242 0 65 32 16 512 75 77
Binary 11011011 1101000 10100010 0 110101 11010 1110 101001010 111101 111111

Color Harmonies of #DB68A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68A2

Black with #DB68A2

Text Example


Text Example

White with #DB68A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68A2; }

 p { color: rgb(219,104,162); }

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

background-color css

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

 a { background-color: rgb(219,104,162); }

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

border-color css

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

 span { border-color: rgb(219,104,162); }

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