Html Css Color HEX #DA618C Pale Violet Red

📋 copy color: '#DA618C'

red 218 ◦ green 97 ◦ blue 140

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

Shades of Pale Violet Red #DA618C

Tints of Pale Violet Red #DA618C

RGB

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

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

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

R = 47.91%
G = 21.32%
B = 30.77%

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

#DA618C (or 0xDA618C) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8C. RGB value is (218,97,140). Sum of RGB (Red+Green+Blue) = 218+97+140=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618C is #259E73. Grayscale: #8A8A8A. Windows color (decimal): -2465396 or 9200090. OLE color: 9200090.

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

Color convert

RGB 218 97 140 -
CMYK 0 0.56 0.36 0.15
HSL 338.68º 0.62% 0.62% -
HSV(B) 338.68º 0.56% 0.85% -
XYZ 37.92 25.35 27.7 -
YUV 138.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 218 97 140 0 0.56 0.36 0.15 338.68 0.62 0.62
Hex DA 61 8C 0 38 24 F 153 3E 3E
Octal 332 141 214 0 70 44 17 523 76 76
Binary 11011010 1100001 10001100 0 111000 100100 1111 101010011 111110 111110

Color Harmonies of #DA618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA618C

Black with #DA618C

Text Example


Text Example

White with #DA618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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