Html Css Color HEX #DA6B9D Pale Violet Red

📋 copy color: '#DA6B9D'

red 218 ◦ green 107 ◦ blue 157

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

Shades of Pale Violet Red #DA6B9D

Tints of Pale Violet Red #DA6B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 45.23%
G = 22.2%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA6B9D (or 0xDA6B9D) is known color: Pale Violet Red. HEX triplet: DA, 6B and 9D. RGB value is (218,107,157). Sum of RGB (Red+Green+Blue) = 218+107+157=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B9D is #259462. Grayscale: #919191. Windows color (decimal): -2462819 or 10316762. OLE color: 10316762.

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

Color convert

RGB 218 107 157 -
CMYK 0 0.51 0.28 0.15
HSL 332.97º 0.6% 0.64% -
HSV(B) 332.97º 0.51% 0.85% -
XYZ 40.26 27.86 35.15 -
YUV 145.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 218 107 157 0 0.51 0.28 0.15 332.97 0.6 0.64
Hex DA 6B 9D 0 33 1C F 14D 3C 40
Octal 332 153 235 0 63 34 17 515 74 100
Binary 11011010 1101011 10011101 0 110011 11100 1111 101001101 111100 1000000

Color Harmonies of #DA6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B9D

Black with #DA6B9D

Text Example


Text Example

White with #DA6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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