Html Css Color HEX #DB75A2 Pale Violet Red

📋 copy color: '#DB75A2'

red 219 ◦ green 117 ◦ blue 162

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

Shades of Pale Violet Red #DB75A2

Tints of Pale Violet Red #DB75A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

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

R = 43.98%
G = 23.49%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB75A2 (or 0xDB75A2) is known color: Pale Violet Red. HEX triplet: DB, 75 and A2. RGB value is (219,117,162). Sum of RGB (Red+Green+Blue) = 219+117+162=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75A2 is #248A5D. Grayscale: #989898. Windows color (decimal): -2394718 or 10647003. OLE color: 10647003.

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

Color convert

RGB 219 117 162 -
CMYK 0 0.47 0.26 0.14
HSL 333.53º 0.59% 0.66% -
HSV(B) 333.53º 0.47% 0.86% -
XYZ 42.1 30.39 37.83 -
YUV 152.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 219 117 162 0 0.47 0.26 0.14 333.53 0.59 0.66
Hex DB 75 A2 0 2F 1A E 14E 3B 42
Octal 333 165 242 0 57 32 16 516 73 102
Binary 11011011 1110101 10100010 0 101111 11010 1110 101001110 111011 1000010

Color Harmonies of #DB75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75A2

Black with #DB75A2

Text Example


Text Example

White with #DB75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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