Html Css Color HEX #DA769D Pale Violet Red

📋 copy color: '#DA769D'

red 218 ◦ green 118 ◦ blue 157

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

Shades of Pale Violet Red #DA769D

Tints of Pale Violet Red #DA769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 44.22%
G = 23.94%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA769D (or 0xDA769D) is known color: Pale Violet Red. HEX triplet: DA, 76 and 9D. RGB value is (218,118,157). Sum of RGB (Red+Green+Blue) = 218+118+157=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA769D is #258962. Grayscale: #989898. Windows color (decimal): -2460003 or 10319578. OLE color: 10319578.

HSL color Cylindrical-coordinate representation of color #DA769D: hue angle of 336.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA769D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 157 -
CMYK 0 0.46 0.28 0.15
HSL 336.6º 0.57% 0.66% -
HSV(B) 336.6º 0.46% 0.85% -
XYZ 41.48 30.3 35.56 -
YUV 152.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 218 118 157 0 0.46 0.28 0.15 336.6 0.57 0.66
Hex DA 76 9D 0 2E 1C F 151 39 42
Octal 332 166 235 0 56 34 17 521 71 102
Binary 11011010 1110110 10011101 0 101110 11100 1111 101010001 111001 1000010

Color Harmonies of #DA769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA769D

Black with #DA769D

Text Example


Text Example

White with #DA769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA769D; }

 p { color: rgb(218,118,157); }

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

background-color css

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

 a { background-color: rgb(218,118,157); }

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

border-color css

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

 span { border-color: rgb(218,118,157); }

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