Html Css Color HEX #DA6BA0 Pale Violet Red

📋 copy color: '#DA6BA0'

red 218 ◦ green 107 ◦ blue 160

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

Shades of Pale Violet Red #DA6BA0

Tints of Pale Violet Red #DA6BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

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

R = 44.95%
G = 22.06%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA6BA0 (or 0xDA6BA0) is known color: Pale Violet Red. HEX triplet: DA, 6B and A0. RGB value is (218,107,160). Sum of RGB (Red+Green+Blue) = 218+107+160=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BA0 is #25945F. Grayscale: #929292. Windows color (decimal): -2462816 or 10513370. OLE color: 10513370.

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

Color convert

RGB 218 107 160 -
CMYK 0 0.51 0.27 0.15
HSL 331.35º 0.6% 0.64% -
HSV(B) 331.35º 0.51% 0.85% -
XYZ 40.52 27.96 36.52 -
YUV 146.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 218 107 160 0 0.51 0.27 0.15 331.35 0.6 0.64
Hex DA 6B A0 0 33 1B F 14B 3C 40
Octal 332 153 240 0 63 33 17 513 74 100
Binary 11011010 1101011 10100000 0 110011 11011 1111 101001011 111100 1000000

Color Harmonies of #DA6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BA0

Black with #DA6BA0

Text Example


Text Example

White with #DA6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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