Html Css Color HEX #DA7692 Pale Violet Red

📋 copy color: '#DA7692'

red 218 ◦ green 118 ◦ blue 146

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

Shades of Pale Violet Red #DA7692

Tints of Pale Violet Red #DA7692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 45.23%
G = 24.48%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7692 (or 0xDA7692) is known color: Pale Violet Red. HEX triplet: DA, 76 and 92. RGB value is (218,118,146). Sum of RGB (Red+Green+Blue) = 218+118+146=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7692 is #25896D. Grayscale: #979797. Windows color (decimal): -2460014 or 9598682. OLE color: 9598682.

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

Color convert

RGB 218 118 146 -
CMYK 0 0.46 0.33 0.15
HSL 343.2º 0.57% 0.66% -
HSV(B) 343.2º 0.46% 0.85% -
XYZ 40.58 29.94 30.83 -
YUV 151.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 218 118 146 0 0.46 0.33 0.15 343.2 0.57 0.66
Hex DA 76 92 0 2E 21 F 157 39 42
Octal 332 166 222 0 56 41 17 527 71 102
Binary 11011010 1110110 10010010 0 101110 100001 1111 101010111 111001 1000010

Color Harmonies of #DA7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7692

Black with #DA7692

Text Example


Text Example

White with #DA7692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7692; }

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

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

background-color css

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

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

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

border-color css

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

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

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