Html Css Color HEX #DB67A2 Pale Violet Red

📋 copy color: '#DB67A2'

red 219 ◦ green 103 ◦ blue 162

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

Shades of Pale Violet Red #DB67A2

Tints of Pale Violet Red #DB67A2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

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

R = 45.25%
G = 21.28%
B = 33.47%

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

#DB67A2 (or 0xDB67A2) is known color: Pale Violet Red. HEX triplet: DB, 67 and A2. RGB value is (219,103,162). Sum of RGB (Red+Green+Blue) = 219+103+162=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A2 is #24985D. Grayscale: #909090. Windows color (decimal): -2398302 or 10643419. OLE color: 10643419.

HSL color Cylindrical-coordinate representation of color #DB67A2: hue angle of 329.48º degrees, saturation: 0.62, 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 #DB67A2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 162 -
CMYK 0 0.53 0.26 0.14
HSL 329.48º 0.62% 0.63% -
HSV(B) 329.48º 0.53% 0.86% -
XYZ 40.59 27.37 37.33 -
YUV 144.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 219 103 162 0 0.53 0.26 0.14 329.48 0.62 0.63
Hex DB 67 A2 0 35 1A E 149 3E 3F
Octal 333 147 242 0 65 32 16 511 76 77
Binary 11011011 1100111 10100010 0 110101 11010 1110 101001001 111110 111111

Color Harmonies of #DB67A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67A2

Black with #DB67A2

Text Example


Text Example

White with #DB67A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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