Html Css Color HEX #DA6096 Pale Violet Red

📋 copy color: '#DA6096'

red 218 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #DA6096

Tints of Pale Violet Red #DA6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 46.98%
G = 20.69%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6096 (or 0xDA6096) is known color: Pale Violet Red. HEX triplet: DA, 60 and 96. RGB value is (218,96,150). Sum of RGB (Red+Green+Blue) = 218+96+150=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6096 is #259F69. Grayscale: #8A8A8A. Windows color (decimal): -2465642 or 9855194. OLE color: 9855194.

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

Color convert

RGB 218 96 150 -
CMYK 0 0.56 0.31 0.15
HSL 333.44º 0.62% 0.62% -
HSV(B) 333.44º 0.56% 0.85% -
XYZ 38.6 25.47 31.74 -
YUV 138.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 218 96 150 0 0.56 0.31 0.15 333.44 0.62 0.62
Hex DA 60 96 0 38 1F F 14D 3E 3E
Octal 332 140 226 0 70 37 17 515 76 76
Binary 11011010 1100000 10010110 0 111000 11111 1111 101001101 111110 111110

Color Harmonies of #DA6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6096

Black with #DA6096

Text Example


Text Example

White with #DA6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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