Html Css Color HEX #DA6295 Pale Violet Red

📋 copy color: '#DA6295'

red 218 ◦ green 98 ◦ blue 149

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

Shades of Pale Violet Red #DA6295

Tints of Pale Violet Red #DA6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 46.88%
G = 21.08%
B = 32.04%

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

#DA6295 (or 0xDA6295) is known color: Pale Violet Red. HEX triplet: DA, 62 and 95. RGB value is (218,98,149). Sum of RGB (Red+Green+Blue) = 218+98+149=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6295 is #259D6A. Grayscale: #8B8B8B. Windows color (decimal): -2465131 or 9790170. OLE color: 9790170.

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

Color convert

RGB 218 98 149 -
CMYK 0 0.55 0.32 0.15
HSL 334.5º 0.62% 0.62% -
HSV(B) 334.5º 0.55% 0.85% -
XYZ 38.71 25.81 31.38 -
YUV 139.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 218 98 149 0 0.55 0.32 0.15 334.5 0.62 0.62
Hex DA 62 95 0 37 20 F 14E 3E 3E
Octal 332 142 225 0 67 40 17 516 76 76
Binary 11011010 1100010 10010101 0 110111 100000 1111 101001110 111110 111110

Color Harmonies of #DA6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6295

Black with #DA6295

Text Example


Text Example

White with #DA6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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