Html Css Color HEX #DA6CA1 Pale Violet Red

📋 copy color: '#DA6CA1'

red 218 ◦ green 108 ◦ blue 161

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

Shades of Pale Violet Red #DA6CA1

Tints of Pale Violet Red #DA6CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 44.76%
G = 22.18%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA6CA1 (or 0xDA6CA1) is known color: Pale Violet Red. HEX triplet: DA, 6C and A1. RGB value is (218,108,161). Sum of RGB (Red+Green+Blue) = 218+108+161=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6CA1 is #25935E. Grayscale: #929292. Windows color (decimal): -2462559 or 10579162. OLE color: 10579162.

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

Color convert

RGB 218 108 161 -
CMYK 0 0.50 0.26 0.15
HSL 331.09º 0.6% 0.64% -
HSV(B) 331.09º 0.5% 0.85% -
XYZ 40.71 28.2 37.02 -
YUV 146.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 218 108 161 0 0.50 0.26 0.15 331.09 0.6 0.64
Hex DA 6C A1 0 32 1A F 14B 3C 40
Octal 332 154 241 0 62 32 17 513 74 100
Binary 11011010 1101100 10100001 0 110010 11010 1111 101001011 111100 1000000

Color Harmonies of #DA6CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CA1

Black with #DA6CA1

Text Example


Text Example

White with #DA6CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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