Html Css Color HEX #DA7296 Pale Violet Red

📋 copy color: '#DA7296'

red 218 ◦ green 114 ◦ blue 150

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

Shades of Pale Violet Red #DA7296

Tints of Pale Violet Red #DA7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 45.23%
G = 23.65%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA7296 (or 0xDA7296) is known color: Pale Violet Red. HEX triplet: DA, 72 and 96. RGB value is (218,114,150). Sum of RGB (Red+Green+Blue) = 218+114+150=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7296 is #258D69. Grayscale: #959595. Windows color (decimal): -2461034 or 9859802. OLE color: 9859802.

HSL color Cylindrical-coordinate representation of color #DA7296: hue angle of 339.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7296 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 150 -
CMYK 0 0.48 0.31 0.15
HSL 339.23º 0.58% 0.65% -
HSV(B) 339.23º 0.48% 0.85% -
XYZ 40.44 29.14 32.35 -
YUV 149.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 218 114 150 0 0.48 0.31 0.15 339.23 0.58 0.65
Hex DA 72 96 0 30 1F F 153 3A 41
Octal 332 162 226 0 60 37 17 523 72 101
Binary 11011010 1110010 10010110 0 110000 11111 1111 101010011 111010 1000001

Color Harmonies of #DA7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7296

Black with #DA7296

Text Example


Text Example

White with #DA7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7296; }

 p { color: rgb(218,114,150); }

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

background-color css

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

 a { background-color: rgb(218,114,150); }

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

border-color css

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

 span { border-color: rgb(218,114,150); }

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