Html Css Color HEX #DA699F Pale Violet Red

📋 copy color: '#DA699F'

red 218 ◦ green 105 ◦ blue 159

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

Shades of Pale Violet Red #DA699F

Tints of Pale Violet Red #DA699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 45.23%
G = 21.78%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA699F (or 0xDA699F) is known color: Pale Violet Red. HEX triplet: DA, 69 and 9F. RGB value is (218,105,159). Sum of RGB (Red+Green+Blue) = 218+105+159=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA699F is #259660. Grayscale: #909090. Windows color (decimal): -2463329 or 10447322. OLE color: 10447322.

HSL color Cylindrical-coordinate representation of color #DA699F: hue angle of 331.33º 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 #DA699F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 159 -
CMYK 0 0.52 0.27 0.15
HSL 331.33º 0.6% 0.63% -
HSV(B) 331.33º 0.52% 0.85% -
XYZ 40.22 27.51 35.99 -
YUV 144.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 218 105 159 0 0.52 0.27 0.15 331.33 0.6 0.63
Hex DA 69 9F 0 34 1B F 14B 3C 3F
Octal 332 151 237 0 64 33 17 513 74 77
Binary 11011010 1101001 10011111 0 110100 11011 1111 101001011 111100 111111

Color Harmonies of #DA699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA699F

Black with #DA699F

Text Example


Text Example

White with #DA699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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