Html Css Color HEX #DA6191 Pale Violet Red

📋 copy color: '#DA6191'

red 218 ◦ green 97 ◦ blue 145

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

Shades of Pale Violet Red #DA6191

Tints of Pale Violet Red #DA6191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 47.39%
G = 21.09%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6191 (or 0xDA6191) is known color: Pale Violet Red. HEX triplet: DA, 61 and 91. RGB value is (218,97,145). Sum of RGB (Red+Green+Blue) = 218+97+145=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6191 is #259E6E. Grayscale: #8A8A8A. Windows color (decimal): -2465391 or 9527770. OLE color: 9527770.

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

Color convert

RGB 218 97 145 -
CMYK 0 0.56 0.33 0.15
HSL 336.2º 0.62% 0.62% -
HSV(B) 336.2º 0.56% 0.85% -
XYZ 38.3 25.5 29.69 -
YUV 138.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 218 97 145 0 0.56 0.33 0.15 336.2 0.62 0.62
Hex DA 61 91 0 38 21 F 150 3E 3E
Octal 332 141 221 0 70 41 17 520 76 76
Binary 11011010 1100001 10010001 0 111000 100001 1111 101010000 111110 111110

Color Harmonies of #DA6191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6191

Black with #DA6191

Text Example


Text Example

White with #DA6191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6191; }

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

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

background-color css

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

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

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

border-color css

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

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

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