Html Css Color HEX #DA6996 Pale Violet Red

📋 copy color: '#DA6996'

red 218 ◦ green 105 ◦ blue 150

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

Shades of Pale Violet Red #DA6996

Tints of Pale Violet Red #DA6996

RGB

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

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

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

R = 46.09%
G = 22.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6996 (or 0xDA6996) is known color: Pale Violet Red. HEX triplet: DA, 69 and 96. RGB value is (218,105,150). Sum of RGB (Red+Green+Blue) = 218+105+150=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6996 is #259669. Grayscale: #8F8F8F. Windows color (decimal): -2463338 or 9857498. OLE color: 9857498.

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

Color convert

RGB 218 105 150 -
CMYK 0 0.52 0.31 0.15
HSL 336.11º 0.6% 0.63% -
HSV(B) 336.11º 0.52% 0.85% -
XYZ 39.47 27.21 32.03 -
YUV 143.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 218 105 150 0 0.52 0.31 0.15 336.11 0.6 0.63
Hex DA 69 96 0 34 1F F 150 3C 3F
Octal 332 151 226 0 64 37 17 520 74 77
Binary 11011010 1101001 10010110 0 110100 11111 1111 101010000 111100 111111

Color Harmonies of #DA6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6996

Black with #DA6996

Text Example


Text Example

White with #DA6996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6996; }

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

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

background-color css

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

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

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

border-color css

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

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

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