Html Css Color HEX #DA6190 Pale Violet Red

📋 copy color: '#DA6190'

red 218 ◦ green 97 ◦ blue 144

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

Shades of Pale Violet Red #DA6190

Tints of Pale Violet Red #DA6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 47.49%
G = 21.13%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6190 (or 0xDA6190) is known color: Pale Violet Red. HEX triplet: DA, 61 and 90. RGB value is (218,97,144). Sum of RGB (Red+Green+Blue) = 218+97+144=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6190 is #259E6F. Grayscale: #8A8A8A. Windows color (decimal): -2465392 or 9462234. OLE color: 9462234.

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

Color convert

RGB 218 97 144 -
CMYK 0 0.56 0.34 0.15
HSL 336.69º 0.62% 0.62% -
HSV(B) 336.69º 0.56% 0.85% -
XYZ 38.22 25.47 29.29 -
YUV 138.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 218 97 144 0 0.56 0.34 0.15 336.69 0.62 0.62
Hex DA 61 90 0 38 22 F 151 3E 3E
Octal 332 141 220 0 70 42 17 521 76 76
Binary 11011010 1100001 10010000 0 111000 100010 1111 101010001 111110 111110

Color Harmonies of #DA6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6190

Black with #DA6190

Text Example


Text Example

White with #DA6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6190; }

 p { color: rgb(218,97,144); }

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

background-color css

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

 a { background-color: rgb(218,97,144); }

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

border-color css

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

 span { border-color: rgb(218,97,144); }

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