Html Css Color HEX #DA699A Pale Violet Red

📋 copy color: '#DA699A'

red 218 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #DA699A

Tints of Pale Violet Red #DA699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 45.7%
G = 22.01%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA699A (or 0xDA699A) is known color: Pale Violet Red. HEX triplet: DA, 69 and 9A. RGB value is (218,105,154). Sum of RGB (Red+Green+Blue) = 218+105+154=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA699A is #259665. Grayscale: #909090. Windows color (decimal): -2463334 or 10119642. OLE color: 10119642.

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

Color convert

RGB 218 105 154 -
CMYK 0 0.52 0.29 0.15
HSL 333.98º 0.6% 0.63% -
HSV(B) 333.98º 0.52% 0.85% -
XYZ 39.8 27.34 33.75 -
YUV 144.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 218 105 154 0 0.52 0.29 0.15 333.98 0.6 0.63
Hex DA 69 9A 0 34 1D F 14E 3C 3F
Octal 332 151 232 0 64 35 17 516 74 77
Binary 11011010 1101001 10011010 0 110100 11101 1111 101001110 111100 111111

Color Harmonies of #DA699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA699A

Black with #DA699A

Text Example


Text Example

White with #DA699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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