Html Css Color HEX #DA698B Pale Violet Red

📋 copy color: '#DA698B'

red 218 ◦ green 105 ◦ blue 139

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

Shades of Pale Violet Red #DA698B

Tints of Pale Violet Red #DA698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 47.19%
G = 22.73%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA698B (or 0xDA698B) is known color: Pale Violet Red. HEX triplet: DA, 69 and 8B. RGB value is (218,105,139). Sum of RGB (Red+Green+Blue) = 218+105+139=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA698B is #259674. Grayscale: #8E8E8E. Windows color (decimal): -2463349 or 9136602. OLE color: 9136602.

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

Color convert

RGB 218 105 139 -
CMYK 0 0.52 0.36 0.15
HSL 341.95º 0.6% 0.63% -
HSV(B) 341.95º 0.52% 0.85% -
XYZ 38.63 26.87 27.58 -
YUV 142.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 218 105 139 0 0.52 0.36 0.15 341.95 0.6 0.63
Hex DA 69 8B 0 34 24 F 156 3C 3F
Octal 332 151 213 0 64 44 17 526 74 77
Binary 11011010 1101001 10001011 0 110100 100100 1111 101010110 111100 111111

Color Harmonies of #DA698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA698B

Black with #DA698B

Text Example


Text Example

White with #DA698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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