Html Css Color HEX #DA618D Pale Violet Red

📋 copy color: '#DA618D'

red 218 ◦ green 97 ◦ blue 141

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

Shades of Pale Violet Red #DA618D

Tints of Pale Violet Red #DA618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 47.81%
G = 21.27%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA618D (or 0xDA618D) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8D. RGB value is (218,97,141). Sum of RGB (Red+Green+Blue) = 218+97+141=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618D is #259E72. Grayscale: #8A8A8A. Windows color (decimal): -2465395 or 9265626. OLE color: 9265626.

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

Color convert

RGB 218 97 141 -
CMYK 0 0.56 0.35 0.15
HSL 338.18º 0.62% 0.62% -
HSV(B) 338.18º 0.56% 0.85% -
XYZ 38 25.38 28.1 -
YUV 138.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 218 97 141 0 0.56 0.35 0.15 338.18 0.62 0.62
Hex DA 61 8D 0 38 23 F 152 3E 3E
Octal 332 141 215 0 70 43 17 522 76 76
Binary 11011010 1100001 10001101 0 111000 100011 1111 101010010 111110 111110

Color Harmonies of #DA618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA618D

Black with #DA618D

Text Example


Text Example

White with #DA618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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