Html Css Color HEX #DA7BA5 Pale Violet Red

📋 copy color: '#DA7BA5'

red 218 ◦ green 123 ◦ blue 165

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

Shades of Pale Violet Red #DA7BA5

Tints of Pale Violet Red #DA7BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 43.08%
G = 24.31%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA7BA5 (or 0xDA7BA5) is known color: Pale Violet Red. HEX triplet: DA, 7B and A5. RGB value is (218,123,165). Sum of RGB (Red+Green+Blue) = 218+123+165=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA5 is #25845A. Grayscale: #9C9C9C. Windows color (decimal): -2458715 or 10845146. OLE color: 10845146.

HSL color Cylindrical-coordinate representation of color #DA7BA5: hue angle of 333.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 165 -
CMYK 0 0.44 0.24 0.15
HSL 333.47º 0.56% 0.67% -
HSV(B) 333.47º 0.44% 0.85% -
XYZ 42.79 31.79 39.48 -
YUV 156.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 218 123 165 0 0.44 0.24 0.15 333.47 0.56 0.67
Hex DA 7B A5 0 2C 18 F 14D 38 43
Octal 332 173 245 0 54 30 17 515 70 103
Binary 11011010 1111011 10100101 0 101100 11000 1111 101001101 111000 1000011

Color Harmonies of #DA7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BA5

Black with #DA7BA5

Text Example


Text Example

White with #DA7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BA5; }

 p { color: rgb(218,123,165); }

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

background-color css

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

 a { background-color: rgb(218,123,165); }

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

border-color css

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

 span { border-color: rgb(218,123,165); }

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