Html Css Color HEX #DA618A Pale Violet Red

📋 copy color: '#DA618A'

red 218 ◦ green 97 ◦ blue 138

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

Shades of Pale Violet Red #DA618A

Tints of Pale Violet Red #DA618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 48.12%
G = 21.41%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA618A (or 0xDA618A) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8A. RGB value is (218,97,138). Sum of RGB (Red+Green+Blue) = 218+97+138=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618A is #259E75. Grayscale: #898989. Windows color (decimal): -2465398 or 9069018. OLE color: 9069018.

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

Color convert

RGB 218 97 138 -
CMYK 0 0.56 0.37 0.15
HSL 339.67º 0.62% 0.62% -
HSV(B) 339.67º 0.56% 0.85% -
XYZ 37.78 25.29 26.94 -
YUV 137.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 218 97 138 0 0.56 0.37 0.15 339.67 0.62 0.62
Hex DA 61 8A 0 38 25 F 154 3E 3E
Octal 332 141 212 0 70 45 17 524 76 76
Binary 11011010 1100001 10001010 0 111000 100101 1111 101010100 111110 111110

Color Harmonies of #DA618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA618A

Black with #DA618A

Text Example


Text Example

White with #DA618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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