Html Css Color HEX #DB75A6 Pale Violet Red

📋 copy color: '#DB75A6'

red 219 ◦ green 117 ◦ blue 166

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

Shades of Pale Violet Red #DB75A6

Tints of Pale Violet Red #DB75A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 43.63%
G = 23.31%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB75A6 (or 0xDB75A6) is known color: Pale Violet Red. HEX triplet: DB, 75 and A6. RGB value is (219,117,166). Sum of RGB (Red+Green+Blue) = 219+117+166=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75A6 is #248A59. Grayscale: #989898. Windows color (decimal): -2394714 or 10909147. OLE color: 10909147.

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

Color convert

RGB 219 117 166 -
CMYK 0 0.47 0.24 0.14
HSL 331.18º 0.59% 0.66% -
HSV(B) 331.18º 0.47% 0.86% -
XYZ 42.46 30.54 39.73 -
YUV 153.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 219 117 166 0 0.47 0.24 0.14 331.18 0.59 0.66
Hex DB 75 A6 0 2F 18 E 14B 3B 42
Octal 333 165 246 0 57 30 16 513 73 102
Binary 11011011 1110101 10100110 0 101111 11000 1110 101001011 111011 1000010

Color Harmonies of #DB75A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75A6

Black with #DB75A6

Text Example


Text Example

White with #DB75A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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