Html Css Color HEX #DA6995 Pale Violet Red

📋 copy color: '#DA6995'

red 218 ◦ green 105 ◦ blue 149

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

Shades of Pale Violet Red #DA6995

Tints of Pale Violet Red #DA6995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 46.19%
G = 22.25%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6995 (or 0xDA6995) is known color: Pale Violet Red. HEX triplet: DA, 69 and 95. RGB value is (218,105,149). Sum of RGB (Red+Green+Blue) = 218+105+149=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6995 is #25966A. Grayscale: #8F8F8F. Windows color (decimal): -2463339 or 9791962. OLE color: 9791962.

HSL color Cylindrical-coordinate representation of color #DA6995: hue angle of 336.64º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6995 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 149 -
CMYK 0 0.52 0.32 0.15
HSL 336.64º 0.6% 0.63% -
HSV(B) 336.64º 0.52% 0.85% -
XYZ 39.39 27.18 31.6 -
YUV 143.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 218 105 149 0 0.52 0.32 0.15 336.64 0.6 0.63
Hex DA 69 95 0 34 20 F 151 3C 3F
Octal 332 151 225 0 64 40 17 521 74 77
Binary 11011010 1101001 10010101 0 110100 100000 1111 101010001 111100 111111

Color Harmonies of #DA6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6995

Black with #DA6995

Text Example


Text Example

White with #DA6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6995; }

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

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

background-color css

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

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

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

border-color css

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

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

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