Html Css Color HEX #DA6395 Pale Violet Red

📋 copy color: '#DA6395'

red 218 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #DA6395

Tints of Pale Violet Red #DA6395

RGB

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

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

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

R = 46.78%
G = 21.24%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6395 (or 0xDA6395) is known color: Pale Violet Red. HEX triplet: DA, 63 and 95. RGB value is (218,99,149). Sum of RGB (Red+Green+Blue) = 218+99+149=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6395 is #259C6A. Grayscale: #8C8C8C. Windows color (decimal): -2464875 or 9790426. OLE color: 9790426.

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

Color convert

RGB 218 99 149 -
CMYK 0 0.55 0.32 0.15
HSL 334.79º 0.62% 0.62% -
HSV(B) 334.79º 0.55% 0.85% -
XYZ 38.8 26 31.41 -
YUV 140.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 218 99 149 0 0.55 0.32 0.15 334.79 0.62 0.62
Hex DA 63 95 0 37 20 F 14F 3E 3E
Octal 332 143 225 0 67 40 17 517 76 76
Binary 11011010 1100011 10010101 0 110111 100000 1111 101001111 111110 111110

Color Harmonies of #DA6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6395

Black with #DA6395

Text Example


Text Example

White with #DA6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6395; }

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

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

background-color css

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

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

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

border-color css

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

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

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