Html Css Color HEX #DB75A8 Pale Violet Red

📋 copy color: '#DB75A8'

red 219 ◦ green 117 ◦ blue 168

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

Shades of Pale Violet Red #DB75A8

Tints of Pale Violet Red #DB75A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 43.45%
G = 23.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB75A8 (or 0xDB75A8) is known color: Pale Violet Red. HEX triplet: DB, 75 and A8. RGB value is (219,117,168). Sum of RGB (Red+Green+Blue) = 219+117+168=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75A8 is #248A57. Grayscale: #999999. Windows color (decimal): -2394712 or 11040219. OLE color: 11040219.

HSL color Cylindrical-coordinate representation of color #DB75A8: hue angle of 330º 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 #DB75A8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 168 -
CMYK 0 0.47 0.23 0.14
HSL 330º 0.59% 0.66% -
HSV(B) 330º 0.47% 0.86% -
XYZ 42.64 30.61 40.71 -
YUV 153.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 219 117 168 0 0.47 0.23 0.14 330 0.59 0.66
Hex DB 75 A8 0 2F 17 E 14A 3B 42
Octal 333 165 250 0 57 27 16 512 73 102
Binary 11011011 1110101 10101000 0 101111 10111 1110 101001010 111011 1000010

Color Harmonies of #DB75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75A8

Black with #DB75A8

Text Example


Text Example

White with #DB75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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