Html Css Color HEX #DA418C Deep Cerise

📋 copy color: '#DA418C'

red 218 ◦ green 65 ◦ blue 140

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

Shades of Deep Cerise #DA418C

Tints of Deep Cerise #DA418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 51.54%
G = 15.37%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA418C (or 0xDA418C) is known color: Deep Cerise. HEX triplet: DA, 41 and 8C. RGB value is (218,65,140). Sum of RGB (Red+Green+Blue) = 218+65+140=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA418C is #25BE73. Grayscale: #777777. Windows color (decimal): -2473588 or 9191898. OLE color: 9191898.

HSL color Cylindrical-coordinate representation of color #DA418C: hue angle of 330.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA418C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 140 -
CMYK 0 0.70 0.36 0.15
HSL 330.59º 0.67% 0.55% -
HSV(B) 330.59º 0.7% 0.85% -
XYZ 35.54 20.58 26.91 -
YUV 119.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 218 65 140 0 0.70 0.36 0.15 330.59 0.67 0.55
Hex DA 41 8C 0 46 24 F 14B 43 37
Octal 332 101 214 0 106 44 17 513 103 67
Binary 11011010 1000001 10001100 0 1000110 100100 1111 101001011 1000011 110111

Color Harmonies of #DA418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA418C

Black with #DA418C

Text Example


Text Example

White with #DA418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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