Html Css Color HEX #DA6396 Pale Violet Red

📋 copy color: '#DA6396'

red 218 ◦ green 99 ◦ blue 150

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

Shades of Pale Violet Red #DA6396

Tints of Pale Violet Red #DA6396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 46.68%
G = 21.2%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6396 (or 0xDA6396) is known color: Pale Violet Red. HEX triplet: DA, 63 and 96. RGB value is (218,99,150). Sum of RGB (Red+Green+Blue) = 218+99+150=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6396 is #259C69. Grayscale: #8C8C8C. Windows color (decimal): -2464874 or 9855962. OLE color: 9855962.

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

Color convert

RGB 218 99 150 -
CMYK 0 0.55 0.31 0.15
HSL 334.29º 0.62% 0.62% -
HSV(B) 334.29º 0.55% 0.85% -
XYZ 38.88 26.03 31.83 -
YUV 140.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 218 99 150 0 0.55 0.31 0.15 334.29 0.62 0.62
Hex DA 63 96 0 37 1F F 14E 3E 3E
Octal 332 143 226 0 67 37 17 516 76 76
Binary 11011010 1100011 10010110 0 110111 11111 1111 101001110 111110 111110

Color Harmonies of #DA6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6396

Black with #DA6396

Text Example


Text Example

White with #DA6396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6396; }

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

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

background-color css

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

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

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

border-color css

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

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

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