Html Css Color HEX #DA319C Deep Cerise

📋 copy color: '#DA319C'

red 218 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #DA319C

Tints of Deep Cerise #DA319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 51.54%
G = 11.58%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA319C (or 0xDA319C) is known color: Deep Cerise. HEX triplet: DA, 31 and 9C. RGB value is (218,49,156). Sum of RGB (Red+Green+Blue) = 218+49+156=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA319C is #25CE63. Grayscale: #6F6F6F. Windows color (decimal): -2477668 or 10236378. OLE color: 10236378.

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

Color convert

RGB 218 49 156 -
CMYK 0 0.78 0.28 0.15
HSL 322.01º 0.7% 0.52% -
HSV(B) 322.01º 0.78% 0.85% -
XYZ 36.01 19.5 33.32 -
YUV 111.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 218 49 156 0 0.78 0.28 0.15 322.01 0.7 0.52
Hex DA 31 9C 0 4E 1C F 142 46 34
Octal 332 61 234 0 116 34 17 502 106 64
Binary 11011010 110001 10011100 0 1001110 11100 1111 101000010 1000110 110100

Color Harmonies of #DA319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA319C

Black with #DA319C

Text Example


Text Example

White with #DA319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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