Html Css Color HEX #DA7690 Pale Violet Red

📋 copy color: '#DA7690'

red 218 ◦ green 118 ◦ blue 144

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

Shades of Pale Violet Red #DA7690

Tints of Pale Violet Red #DA7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30%

R = 45.42%
G = 24.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7690 (or 0xDA7690) is known color: Pale Violet Red. HEX triplet: DA, 76 and 90. RGB value is (218,118,144). Sum of RGB (Red+Green+Blue) = 218+118+144=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7690 is #25896F. Grayscale: #969696. Windows color (decimal): -2460016 or 9467610. OLE color: 9467610.

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

Color convert

RGB 218 118 144 -
CMYK 0 0.46 0.34 0.15
HSL 344.4º 0.57% 0.66% -
HSV(B) 344.4º 0.46% 0.85% -
XYZ 40.43 29.88 30.02 -
YUV 150.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 218 118 144 0 0.46 0.34 0.15 344.4 0.57 0.66
Hex DA 76 90 0 2E 22 F 158 39 42
Octal 332 166 220 0 56 42 17 530 71 102
Binary 11011010 1110110 10010000 0 101110 100010 1111 101011000 111001 1000010

Color Harmonies of #DA7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7690

Black with #DA7690

Text Example


Text Example

White with #DA7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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