Html Css Color HEX #DA728D Pale Violet Red

📋 copy color: '#DA728D'

red 218 ◦ green 114 ◦ blue 141

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

Shades of Pale Violet Red #DA728D

Tints of Pale Violet Red #DA728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

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

R = 46.09%
G = 24.1%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA728D (or 0xDA728D) is known color: Pale Violet Red. HEX triplet: DA, 72 and 8D. RGB value is (218,114,141). Sum of RGB (Red+Green+Blue) = 218+114+141=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA728D is #258D72. Grayscale: #949494. Windows color (decimal): -2461043 or 9269978. OLE color: 9269978.

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

Color convert

RGB 218 114 141 -
CMYK 0 0.48 0.35 0.15
HSL 344.42º 0.58% 0.65% -
HSV(B) 344.42º 0.48% 0.85% -
XYZ 39.74 28.86 28.68 -
YUV 148.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 218 114 141 0 0.48 0.35 0.15 344.42 0.58 0.65
Hex DA 72 8D 0 30 23 F 158 3A 41
Octal 332 162 215 0 60 43 17 530 72 101
Binary 11011010 1110010 10001101 0 110000 100011 1111 101011000 111010 1000001

Color Harmonies of #DA728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA728D

Black with #DA728D

Text Example


Text Example

White with #DA728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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