Html Css Color HEX #DA6095 Pale Violet Red

📋 copy color: '#DA6095'

red 218 ◦ green 96 ◦ blue 149

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

Shades of Pale Violet Red #DA6095

Tints of Pale Violet Red #DA6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 47.08%
G = 20.73%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6095 (or 0xDA6095) is known color: Pale Violet Red. HEX triplet: DA, 60 and 95. RGB value is (218,96,149). Sum of RGB (Red+Green+Blue) = 218+96+149=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6095 is #259F6A. Grayscale: #8A8A8A. Windows color (decimal): -2465643 or 9789658. OLE color: 9789658.

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

Color convert

RGB 218 96 149 -
CMYK 0 0.56 0.32 0.15
HSL 333.93º 0.62% 0.62% -
HSV(B) 333.93º 0.56% 0.85% -
XYZ 38.52 25.44 31.31 -
YUV 138.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 218 96 149 0 0.56 0.32 0.15 333.93 0.62 0.62
Hex DA 60 95 0 38 20 F 14E 3E 3E
Octal 332 140 225 0 70 40 17 516 76 76
Binary 11011010 1100000 10010101 0 111000 100000 1111 101001110 111110 111110

Color Harmonies of #DA6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6095

Black with #DA6095

Text Example


Text Example

White with #DA6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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