Html Css Color HEX #DA698E Pale Violet Red

📋 copy color: '#DA698E'

red 218 ◦ green 105 ◦ blue 142

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

Shades of Pale Violet Red #DA698E

Tints of Pale Violet Red #DA698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 46.88%
G = 22.58%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA698E (or 0xDA698E) is known color: Pale Violet Red. HEX triplet: DA, 69 and 8E. RGB value is (218,105,142). Sum of RGB (Red+Green+Blue) = 218+105+142=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA698E is #259671. Grayscale: #8E8E8E. Windows color (decimal): -2463346 or 9333210. OLE color: 9333210.

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

Color convert

RGB 218 105 142 -
CMYK 0 0.52 0.35 0.15
HSL 340.35º 0.6% 0.63% -
HSV(B) 340.35º 0.52% 0.85% -
XYZ 38.85 26.96 28.75 -
YUV 143.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 218 105 142 0 0.52 0.35 0.15 340.35 0.6 0.63
Hex DA 69 8E 0 34 23 F 154 3C 3F
Octal 332 151 216 0 64 43 17 524 74 77
Binary 11011010 1101001 10001110 0 110100 100011 1111 101010100 111100 111111

Color Harmonies of #DA698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA698E

Black with #DA698E

Text Example


Text Example

White with #DA698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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