Html Css Color HEX #DA698A Pale Violet Red

📋 copy color: '#DA698A'

red 218 ◦ green 105 ◦ blue 138

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

Shades of Pale Violet Red #DA698A

Tints of Pale Violet Red #DA698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 47.29%
G = 22.78%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA698A (or 0xDA698A) is known color: Pale Violet Red. HEX triplet: DA, 69 and 8A. RGB value is (218,105,138). Sum of RGB (Red+Green+Blue) = 218+105+138=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA698A is #259675. Grayscale: #8E8E8E. Windows color (decimal): -2463350 or 9071066. OLE color: 9071066.

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

Color convert

RGB 218 105 138 -
CMYK 0 0.52 0.37 0.15
HSL 342.48º 0.6% 0.63% -
HSV(B) 342.48º 0.52% 0.85% -
XYZ 38.55 26.84 27.19 -
YUV 142.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 218 105 138 0 0.52 0.37 0.15 342.48 0.6 0.63
Hex DA 69 8A 0 34 25 F 156 3C 3F
Octal 332 151 212 0 64 45 17 526 74 77
Binary 11011010 1101001 10001010 0 110100 100101 1111 101010110 111100 111111

Color Harmonies of #DA698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA698A

Black with #DA698A

Text Example


Text Example

White with #DA698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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