Html Css Color HEX #DA6BA2 Pale Violet Red

📋 copy color: '#DA6BA2'

red 218 ◦ green 107 ◦ blue 162

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

Shades of Pale Violet Red #DA6BA2

Tints of Pale Violet Red #DA6BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 44.76%
G = 21.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA6BA2 (or 0xDA6BA2) is known color: Pale Violet Red. HEX triplet: DA, 6B and A2. RGB value is (218,107,162). Sum of RGB (Red+Green+Blue) = 218+107+162=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BA2 is #25945D. Grayscale: #929292. Windows color (decimal): -2462814 or 10644442. OLE color: 10644442.

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

Color convert

RGB 218 107 162 -
CMYK 0 0.51 0.26 0.15
HSL 330.27º 0.6% 0.64% -
HSV(B) 330.27º 0.51% 0.85% -
XYZ 40.69 28.03 37.45 -
YUV 146.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 218 107 162 0 0.51 0.26 0.15 330.27 0.6 0.64
Hex DA 6B A2 0 33 1A F 14A 3C 40
Octal 332 153 242 0 63 32 17 512 74 100
Binary 11011010 1101011 10100010 0 110011 11010 1111 101001010 111100 1000000

Color Harmonies of #DA6BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BA2

Black with #DA6BA2

Text Example


Text Example

White with #DA6BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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