Html Css Color HEX #DA618F Pale Violet Red

📋 copy color: '#DA618F'

red 218 ◦ green 97 ◦ blue 143

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

Shades of Pale Violet Red #DA618F

Tints of Pale Violet Red #DA618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

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

R = 47.6%
G = 21.18%
B = 31.22%

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

#DA618F (or 0xDA618F) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8F. RGB value is (218,97,143). Sum of RGB (Red+Green+Blue) = 218+97+143=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618F is #259E70. Grayscale: #8A8A8A. Windows color (decimal): -2465393 or 9396698. OLE color: 9396698.

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

Color convert

RGB 218 97 143 -
CMYK 0 0.56 0.34 0.15
HSL 337.19º 0.62% 0.62% -
HSV(B) 337.19º 0.56% 0.85% -
XYZ 38.15 25.44 28.89 -
YUV 138.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 218 97 143 0 0.56 0.34 0.15 337.19 0.62 0.62
Hex DA 61 8F 0 38 22 F 151 3E 3E
Octal 332 141 217 0 70 42 17 521 76 76
Binary 11011010 1100001 10001111 0 111000 100010 1111 101010001 111110 111110

Color Harmonies of #DA618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA618F

Black with #DA618F

Text Example


Text Example

White with #DA618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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