Html Css Color HEX #DA699C Pale Violet Red

📋 copy color: '#DA699C'

red 218 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #DA699C

Tints of Pale Violet Red #DA699C

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

 GREEN value IS 105 (41.41% from 255) = 21.92%

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

R = 45.51%
G = 21.92%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA699C (or 0xDA699C) is known color: Pale Violet Red. HEX triplet: DA, 69 and 9C. RGB value is (218,105,156). Sum of RGB (Red+Green+Blue) = 218+105+156=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA699C is #259663. Grayscale: #909090. Windows color (decimal): -2463332 or 10250714. OLE color: 10250714.

HSL color Cylindrical-coordinate representation of color #DA699C: hue angle of 332.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA699C is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 156 -
CMYK 0 0.52 0.28 0.15
HSL 332.92º 0.6% 0.63% -
HSV(B) 332.92º 0.52% 0.85% -
XYZ 39.97 27.41 34.64 -
YUV 144.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 218 105 156 0 0.52 0.28 0.15 332.92 0.6 0.63
Hex DA 69 9C 0 34 1C F 14D 3C 3F
Octal 332 151 234 0 64 34 17 515 74 77
Binary 11011010 1101001 10011100 0 110100 11100 1111 101001101 111100 111111

Color Harmonies of #DA699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA699C

Black with #DA699C

Text Example


Text Example

White with #DA699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA699C; }

 p { color: rgb(218,105,156); }

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

background-color css

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

 a { background-color: rgb(218,105,156); }

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

border-color css

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

 span { border-color: rgb(218,105,156); }

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