Html Css Color HEX #DA319B Deep Cerise

📋 copy color: '#DA319B'

red 218 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #DA319B

Tints of Deep Cerise #DA319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 51.66%
G = 11.61%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA319B (or 0xDA319B) is known color: Deep Cerise. HEX triplet: DA, 31 and 9B. RGB value is (218,49,155). Sum of RGB (Red+Green+Blue) = 218+49+155=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA319B is #25CE64. Grayscale: #6F6F6F. Windows color (decimal): -2477669 or 10170842. OLE color: 10170842.

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

Color convert

RGB 218 49 155 -
CMYK 0 0.78 0.29 0.15
HSL 322.37º 0.7% 0.52% -
HSV(B) 322.37º 0.78% 0.85% -
XYZ 35.93 19.47 32.87 -
YUV 111.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 218 49 155 0 0.78 0.29 0.15 322.37 0.7 0.52
Hex DA 31 9B 0 4E 1D F 142 46 34
Octal 332 61 233 0 116 35 17 502 106 64
Binary 11011010 110001 10011011 0 1001110 11101 1111 101000010 1000110 110100

Color Harmonies of #DA319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA319B

Black with #DA319B

Text Example


Text Example

White with #DA319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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