Html Css Color HEX #DA6CA0 Pale Violet Red

📋 copy color: '#DA6CA0'

red 218 ◦ green 108 ◦ blue 160

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

Shades of Pale Violet Red #DA6CA0

Tints of Pale Violet Red #DA6CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 44.86%
G = 22.22%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA6CA0 (or 0xDA6CA0) is known color: Pale Violet Red. HEX triplet: DA, 6C and A0. RGB value is (218,108,160). Sum of RGB (Red+Green+Blue) = 218+108+160=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6CA0 is #25935F. Grayscale: #929292. Windows color (decimal): -2462560 or 10513626. OLE color: 10513626.

HSL color Cylindrical-coordinate representation of color #DA6CA0: hue angle of 331.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6CA0 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 108 160 -
CMYK 0 0.50 0.27 0.15
HSL 331.64º 0.6% 0.64% -
HSV(B) 331.64º 0.5% 0.85% -
XYZ 40.62 28.17 36.55 -
YUV 146.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 218 108 160 0 0.50 0.27 0.15 331.64 0.6 0.64
Hex DA 6C A0 0 32 1B F 14C 3C 40
Octal 332 154 240 0 62 33 17 514 74 100
Binary 11011010 1101100 10100000 0 110010 11011 1111 101001100 111100 1000000

Color Harmonies of #DA6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CA0

Black with #DA6CA0

Text Example


Text Example

White with #DA6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CA0; }

 p { color: rgb(218,108,160); }

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

background-color css

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

 a { background-color: rgb(218,108,160); }

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

border-color css

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

 span { border-color: rgb(218,108,160); }

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