Html Css Color HEX #DA318B Deep Cerise

📋 copy color: '#DA318B'

red 218 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #DA318B

Tints of Deep Cerise #DA318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 53.69%
G = 12.07%
B = 34.24%

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

#DA318B (or 0xDA318B) is known color: Deep Cerise. HEX triplet: DA, 31 and 8B. RGB value is (218,49,139). Sum of RGB (Red+Green+Blue) = 218+49+139=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA318B is #25CE74. Grayscale: #6D6D6D. Windows color (decimal): -2477685 or 9122266. OLE color: 9122266.

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

Color convert

RGB 218 49 139 -
CMYK 0 0.78 0.36 0.15
HSL 328.05º 0.7% 0.52% -
HSV(B) 328.05º 0.78% 0.85% -
XYZ 34.67 18.97 26.26 -
YUV 109.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 218 49 139 0 0.78 0.36 0.15 328.05 0.7 0.52
Hex DA 31 8B 0 4E 24 F 148 46 34
Octal 332 61 213 0 116 44 17 510 106 64
Binary 11011010 110001 10001011 0 1001110 100100 1111 101001000 1000110 110100

Color Harmonies of #DA318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA318B

Black with #DA318B

Text Example


Text Example

White with #DA318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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