Html Css Color HEX #DA649B Pale Violet Red

📋 copy color: '#DA649B'

red 218 ◦ green 100 ◦ blue 155

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

Shades of Pale Violet Red #DA649B

Tints of Pale Violet Red #DA649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 155 (60.94% from 255) = 32.77%

R = 46.09%
G = 21.14%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA649B (or 0xDA649B) is known color: Pale Violet Red. HEX triplet: DA, 64 and 9B. RGB value is (218,100,155). Sum of RGB (Red+Green+Blue) = 218+100+155=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA649B is #259B64. Grayscale: #8D8D8D. Windows color (decimal): -2464613 or 10183898. OLE color: 10183898.

HSL color Cylindrical-coordinate representation of color #DA649B: hue angle of 332.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA649B is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 155 -
CMYK 0 0.54 0.29 0.15
HSL 332.03º 0.61% 0.62% -
HSV(B) 332.03º 0.54% 0.85% -
XYZ 39.39 26.39 34.03 -
YUV 141.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 218 100 155 0 0.54 0.29 0.15 332.03 0.61 0.62
Hex DA 64 9B 0 36 1D F 14C 3D 3E
Octal 332 144 233 0 66 35 17 514 75 76
Binary 11011010 1100100 10011011 0 110110 11101 1111 101001100 111101 111110

Color Harmonies of #DA649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA649B

Black with #DA649B

Text Example


Text Example

White with #DA649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA649B; }

 p { color: rgb(218,100,155); }

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

background-color css

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

 a { background-color: rgb(218,100,155); }

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

border-color css

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

 span { border-color: rgb(218,100,155); }

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