Html Css Color HEX #DA738D Pale Violet Red

📋 copy color: '#DA738D'

red 218 ◦ green 115 ◦ blue 141

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

Shades of Pale Violet Red #DA738D

Tints of Pale Violet Red #DA738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.26%

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

R = 45.99%
G = 24.26%
B = 29.75%

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

#DA738D (or 0xDA738D) is known color: Pale Violet Red. HEX triplet: DA, 73 and 8D. RGB value is (218,115,141). Sum of RGB (Red+Green+Blue) = 218+115+141=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738D is #258C72. Grayscale: #949494. Windows color (decimal): -2460787 or 9270234. OLE color: 9270234.

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

Color convert

RGB 218 115 141 -
CMYK 0 0.47 0.35 0.15
HSL 344.85º 0.58% 0.65% -
HSV(B) 344.85º 0.47% 0.85% -
XYZ 39.85 29.09 28.71 -
YUV 148.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 218 115 141 0 0.47 0.35 0.15 344.85 0.58 0.65
Hex DA 73 8D 0 2F 23 F 159 3A 41
Octal 332 163 215 0 57 43 17 531 72 101
Binary 11011010 1110011 10001101 0 101111 100011 1111 101011001 111010 1000001

Color Harmonies of #DA738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA738D

Black with #DA738D

Text Example


Text Example

White with #DA738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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