Html Css Color HEX #DA6B9A Pale Violet Red

📋 copy color: '#DA6B9A'

red 218 ◦ green 107 ◦ blue 154

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

Shades of Pale Violet Red #DA6B9A

Tints of Pale Violet Red #DA6B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 45.51%
G = 22.34%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA6B9A (or 0xDA6B9A) is known color: Pale Violet Red. HEX triplet: DA, 6B and 9A. RGB value is (218,107,154). Sum of RGB (Red+Green+Blue) = 218+107+154=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B9A is #259465. Grayscale: #919191. Windows color (decimal): -2462822 or 10120154. OLE color: 10120154.

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

Color convert

RGB 218 107 154 -
CMYK 0 0.51 0.29 0.15
HSL 334.59º 0.6% 0.64% -
HSV(B) 334.59º 0.51% 0.85% -
XYZ 40 27.75 33.82 -
YUV 145.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 218 107 154 0 0.51 0.29 0.15 334.59 0.6 0.64
Hex DA 6B 9A 0 33 1D F 14F 3C 40
Octal 332 153 232 0 63 35 17 517 74 100
Binary 11011010 1101011 10011010 0 110011 11101 1111 101001111 111100 1000000

Color Harmonies of #DA6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B9A

Black with #DA6B9A

Text Example


Text Example

White with #DA6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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