Html Css Color HEX #DA5F8C Pale Violet Red

📋 copy color: '#DA5F8C'

red 218 ◦ green 95 ◦ blue 140

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

Shades of Pale Violet Red #DA5F8C

Tints of Pale Violet Red #DA5F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 48.12%
G = 20.97%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA5F8C (or 0xDA5F8C) is known color: Pale Violet Red. HEX triplet: DA, 5F and 8C. RGB value is (218,95,140). Sum of RGB (Red+Green+Blue) = 218+95+140=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F8C is #25A073. Grayscale: #888888. Windows color (decimal): -2465908 or 9199578. OLE color: 9199578.

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

Color convert

RGB 218 95 140 -
CMYK 0 0.56 0.36 0.15
HSL 338.05º 0.62% 0.61% -
HSV(B) 338.05º 0.56% 0.85% -
XYZ 37.74 24.98 27.64 -
YUV 136.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 218 95 140 0 0.56 0.36 0.15 338.05 0.62 0.61
Hex DA 5F 8C 0 38 24 F 152 3E 3D
Octal 332 137 214 0 70 44 17 522 76 75
Binary 11011010 1011111 10001100 0 111000 100100 1111 101010010 111110 111101

Color Harmonies of #DA5F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F8C

Black with #DA5F8C

Text Example


Text Example

White with #DA5F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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