Html Css Color HEX #DA318C Deep Cerise

📋 copy color: '#DA318C'

red 218 ◦ green 49 ◦ blue 140

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

Shades of Deep Cerise #DA318C

Tints of Deep Cerise #DA318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

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

R = 53.56%
G = 12.04%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA318C (or 0xDA318C) is known color: Deep Cerise. HEX triplet: DA, 31 and 8C. RGB value is (218,49,140). Sum of RGB (Red+Green+Blue) = 218+49+140=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA318C is #25CE73. Grayscale: #6D6D6D. Windows color (decimal): -2477684 or 9187802. OLE color: 9187802.

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

Color convert

RGB 218 49 140 -
CMYK 0 0.78 0.36 0.15
HSL 327.69º 0.7% 0.52% -
HSV(B) 327.69º 0.78% 0.85% -
XYZ 34.75 19 26.65 -
YUV 109.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 218 49 140 0 0.78 0.36 0.15 327.69 0.7 0.52
Hex DA 31 8C 0 4E 24 F 148 46 34
Octal 332 61 214 0 116 44 17 510 106 64
Binary 11011010 110001 10001100 0 1001110 100100 1111 101001000 1000110 110100

Color Harmonies of #DA318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA318C

Black with #DA318C

Text Example


Text Example

White with #DA318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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