Html Css Color HEX #DB669C Pale Violet Red

📋 copy color: '#DB669C'

red 219 ◦ green 102 ◦ blue 156

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

Shades of Pale Violet Red #DB669C

Tints of Pale Violet Red #DB669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 45.91%
G = 21.38%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB669C (or 0xDB669C) is known color: Pale Violet Red. HEX triplet: DB, 66 and 9C. RGB value is (219,102,156). Sum of RGB (Red+Green+Blue) = 219+102+156=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB669C is #249963. Grayscale: #8F8F8F. Windows color (decimal): -2398564 or 10249947. OLE color: 10249947.

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

Color convert

RGB 219 102 156 -
CMYK 0 0.53 0.29 0.14
HSL 332.31º 0.62% 0.63% -
HSV(B) 332.31º 0.53% 0.86% -
XYZ 39.97 26.96 34.55 -
YUV 143.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 219 102 156 0 0.53 0.29 0.14 332.31 0.62 0.63
Hex DB 66 9C 0 35 1D E 14C 3E 3F
Octal 333 146 234 0 65 35 16 514 76 77
Binary 11011011 1100110 10011100 0 110101 11101 1110 101001100 111110 111111

Color Harmonies of #DB669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB669C

Black with #DB669C

Text Example


Text Example

White with #DB669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB669C; }

 p { color: rgb(219,102,156); }

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

background-color css

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

 a { background-color: rgb(219,102,156); }

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

border-color css

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

 span { border-color: rgb(219,102,156); }

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