Html Css Color HEX #DA6B99 Pale Violet Red

📋 copy color: '#DA6B99'

red 218 ◦ green 107 ◦ blue 153

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

Shades of Pale Violet Red #DA6B99

Tints of Pale Violet Red #DA6B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 45.61%
G = 22.38%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6B99 (or 0xDA6B99) is known color: Pale Violet Red. HEX triplet: DA, 6B and 99. RGB value is (218,107,153). Sum of RGB (Red+Green+Blue) = 218+107+153=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B99 is #259466. Grayscale: #919191. Windows color (decimal): -2462823 or 10054618. OLE color: 10054618.

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

Color convert

RGB 218 107 153 -
CMYK 0 0.51 0.30 0.15
HSL 335.14º 0.6% 0.64% -
HSV(B) 335.14º 0.51% 0.85% -
XYZ 39.92 27.72 33.38 -
YUV 145.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 218 107 153 0 0.51 0.30 0.15 335.14 0.6 0.64
Hex DA 6B 99 0 33 1E F 14F 3C 40
Octal 332 153 231 0 63 36 17 517 74 100
Binary 11011010 1101011 10011001 0 110011 11110 1111 101001111 111100 1000000

Color Harmonies of #DA6B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B99

Black with #DA6B99

Text Example


Text Example

White with #DA6B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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