Html Css Color HEX #DA5F8F Pale Violet Red

📋 copy color: '#DA5F8F'

red 218 ◦ green 95 ◦ blue 143

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

Shades of Pale Violet Red #DA5F8F

Tints of Pale Violet Red #DA5F8F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 47.81%
G = 20.83%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA5F8F (or 0xDA5F8F) is known color: Pale Violet Red. HEX triplet: DA, 5F and 8F. RGB value is (218,95,143). Sum of RGB (Red+Green+Blue) = 218+95+143=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F8F is #25A070. Grayscale: #898989. Windows color (decimal): -2465905 or 9396186. OLE color: 9396186.

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

Color convert

RGB 218 95 143 -
CMYK 0 0.56 0.34 0.15
HSL 336.59º 0.62% 0.61% -
HSV(B) 336.59º 0.56% 0.85% -
XYZ 37.96 25.07 28.83 -
YUV 137.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 218 95 143 0 0.56 0.34 0.15 336.59 0.62 0.61
Hex DA 5F 8F 0 38 22 F 151 3E 3D
Octal 332 137 217 0 70 42 17 521 76 75
Binary 11011010 1011111 10001111 0 111000 100010 1111 101010001 111110 111101

Color Harmonies of #DA5F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F8F

Black with #DA5F8F

Text Example


Text Example

White with #DA5F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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