Html Css Color HEX #DA748D Pale Violet Red

📋 copy color: '#DA748D'

red 218 ◦ green 116 ◦ blue 141

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

Shades of Pale Violet Red #DA748D

Tints of Pale Violet Red #DA748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 45.89%
G = 24.42%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA748D (or 0xDA748D) is known color: Pale Violet Red. HEX triplet: DA, 74 and 8D. RGB value is (218,116,141). Sum of RGB (Red+Green+Blue) = 218+116+141=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA748D is #258B72. Grayscale: #959595. Windows color (decimal): -2460531 or 9270490. OLE color: 9270490.

HSL color Cylindrical-coordinate representation of color #DA748D: hue angle of 345.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA748D is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 141 -
CMYK 0 0.47 0.35 0.15
HSL 345.29º 0.58% 0.65% -
HSV(B) 345.29º 0.47% 0.85% -
XYZ 39.97 29.32 28.75 -
YUV 149.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 218 116 141 0 0.47 0.35 0.15 345.29 0.58 0.65
Hex DA 74 8D 0 2F 23 F 159 3A 41
Octal 332 164 215 0 57 43 17 531 72 101
Binary 11011010 1110100 10001101 0 101111 100011 1111 101011001 111010 1000001

Color Harmonies of #DA748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA748D

Black with #DA748D

Text Example


Text Example

White with #DA748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA748D; }

 p { color: rgb(218,116,141); }

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

background-color css

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

 a { background-color: rgb(218,116,141); }

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

border-color css

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

 span { border-color: rgb(218,116,141); }

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