Html Css Color HEX #DA5D8F Pale Violet Red

📋 copy color: '#DA5D8F'

red 218 ◦ green 93 ◦ blue 143

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

Shades of Pale Violet Red #DA5D8F

Tints of Pale Violet Red #DA5D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 48.02%
G = 20.48%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA5D8F (or 0xDA5D8F) is known color: Pale Violet Red. HEX triplet: DA, 5D and 8F. RGB value is (218,93,143). Sum of RGB (Red+Green+Blue) = 218+93+143=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D8F is #25A270. Grayscale: #878787. Windows color (decimal): -2466417 or 9395674. OLE color: 9395674.

HSL color Cylindrical-coordinate representation of color #DA5D8F: hue angle of 336º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D8F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 93 143 -
CMYK 0 0.57 0.34 0.15
HSL 336º 0.63% 0.61% -
HSV(B) 336º 0.57% 0.85% -
XYZ 37.79 24.72 28.77 -
YUV 136.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 218 93 143 0 0.57 0.34 0.15 336 0.63 0.61
Hex DA 5D 8F 0 39 22 F 150 3F 3D
Octal 332 135 217 0 71 42 17 520 77 75
Binary 11011010 1011101 10001111 0 111001 100010 1111 101010000 111111 111101

Color Harmonies of #DA5D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D8F

Black with #DA5D8F

Text Example


Text Example

White with #DA5D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D8F; }

 p { color: rgb(218,93,143); }

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

background-color css

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

 a { background-color: rgb(218,93,143); }

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

border-color css

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

 span { border-color: rgb(218,93,143); }

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