Html Css Color HEX #DA6897 Pale Violet Red

📋 copy color: '#DA6897'

red 218 ◦ green 104 ◦ blue 151

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

Shades of Pale Violet Red #DA6897

Tints of Pale Violet Red #DA6897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 46.09%
G = 21.99%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6897 (or 0xDA6897) is known color: Pale Violet Red. HEX triplet: DA, 68 and 97. RGB value is (218,104,151). Sum of RGB (Red+Green+Blue) = 218+104+151=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6897 is #259768. Grayscale: #8F8F8F. Windows color (decimal): -2463593 or 9922778. OLE color: 9922778.

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

Color convert

RGB 218 104 151 -
CMYK 0 0.52 0.31 0.15
HSL 335.26º 0.61% 0.63% -
HSV(B) 335.26º 0.52% 0.85% -
XYZ 39.45 27.04 32.42 -
YUV 143.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 218 104 151 0 0.52 0.31 0.15 335.26 0.61 0.63
Hex DA 68 97 0 34 1F F 14F 3D 3F
Octal 332 150 227 0 64 37 17 517 75 77
Binary 11011010 1101000 10010111 0 110100 11111 1111 101001111 111101 111111

Color Harmonies of #DA6897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6897

Black with #DA6897

Text Example


Text Example

White with #DA6897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6897; }

 p { color: rgb(218,104,151); }

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

background-color css

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

 a { background-color: rgb(218,104,151); }

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

border-color css

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

 span { border-color: rgb(218,104,151); }

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