Html Css Color HEX #DA769B Pale Violet Red

📋 copy color: '#DA769B'

red 218 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #DA769B

Tints of Pale Violet Red #DA769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 44.4%
G = 24.03%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA769B (or 0xDA769B) is known color: Pale Violet Red. HEX triplet: DA, 76 and 9B. RGB value is (218,118,155). Sum of RGB (Red+Green+Blue) = 218+118+155=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA769B is #258964. Grayscale: #989898. Windows color (decimal): -2460005 or 10188506. OLE color: 10188506.

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

Color convert

RGB 218 118 155 -
CMYK 0 0.46 0.29 0.15
HSL 337.8º 0.57% 0.66% -
HSV(B) 337.8º 0.46% 0.85% -
XYZ 41.31 30.23 34.67 -
YUV 152.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 218 118 155 0 0.46 0.29 0.15 337.8 0.57 0.66
Hex DA 76 9B 0 2E 1D F 152 39 42
Octal 332 166 233 0 56 35 17 522 71 102
Binary 11011010 1110110 10011011 0 101110 11101 1111 101010010 111001 1000010

Color Harmonies of #DA769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA769B

Black with #DA769B

Text Example


Text Example

White with #DA769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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