Html Css Color HEX #DA738E Pale Violet Red

📋 copy color: '#DA738E'

red 218 ◦ green 115 ◦ blue 142

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

Shades of Pale Violet Red #DA738E

Tints of Pale Violet Red #DA738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 45.89%
G = 24.21%
B = 29.89%

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

#DA738E (or 0xDA738E) is known color: Pale Violet Red. HEX triplet: DA, 73 and 8E. RGB value is (218,115,142). Sum of RGB (Red+Green+Blue) = 218+115+142=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738E is #258C71. Grayscale: #949494. Windows color (decimal): -2460786 or 9335770. OLE color: 9335770.

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

Color convert

RGB 218 115 142 -
CMYK 0 0.47 0.35 0.15
HSL 344.27º 0.58% 0.65% -
HSV(B) 344.27º 0.47% 0.85% -
XYZ 39.93 29.12 29.11 -
YUV 148.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 218 115 142 0 0.47 0.35 0.15 344.27 0.58 0.65
Hex DA 73 8E 0 2F 23 F 158 3A 41
Octal 332 163 216 0 57 43 17 530 72 101
Binary 11011010 1110011 10001110 0 101111 100011 1111 101011000 111010 1000001

Color Harmonies of #DA738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA738E

Black with #DA738E

Text Example


Text Example

White with #DA738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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