Html Css Color HEX #DA728E Pale Violet Red

📋 copy color: '#DA728E'

red 218 ◦ green 114 ◦ blue 142

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

Shades of Pale Violet Red #DA728E

Tints of Pale Violet Red #DA728E

RGB

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

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

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

R = 45.99%
G = 24.05%
B = 29.96%

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

#DA728E (or 0xDA728E) is known color: Pale Violet Red. HEX triplet: DA, 72 and 8E. RGB value is (218,114,142). Sum of RGB (Red+Green+Blue) = 218+114+142=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA728E is #258D71. Grayscale: #949494. Windows color (decimal): -2461042 or 9335514. OLE color: 9335514.

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

Color convert

RGB 218 114 142 -
CMYK 0 0.48 0.35 0.15
HSL 343.85º 0.58% 0.65% -
HSV(B) 343.85º 0.48% 0.85% -
XYZ 39.81 28.89 29.07 -
YUV 148.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 218 114 142 0 0.48 0.35 0.15 343.85 0.58 0.65
Hex DA 72 8E 0 30 23 F 158 3A 41
Octal 332 162 216 0 60 43 17 530 72 101
Binary 11011010 1110010 10001110 0 110000 100011 1111 101011000 111010 1000001

Color Harmonies of #DA728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA728E

Black with #DA728E

Text Example


Text Example

White with #DA728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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