Html Css Color HEX #DA219B Deep Cerise

📋 copy color: '#DA219B'

red 218 ◦ green 33 ◦ blue 155

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

Shades of Deep Cerise #DA219B

Tints of Deep Cerise #DA219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.13%

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

R = 53.69%
G = 8.13%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA219B (or 0xDA219B) is known color: Deep Cerise. HEX triplet: DA, 21 and 9B. RGB value is (218,33,155). Sum of RGB (Red+Green+Blue) = 218+33+155=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA219B is #25DE64. Grayscale: #656565. Windows color (decimal): -2481765 or 10166746. OLE color: 10166746.

HSL color Cylindrical-coordinate representation of color #DA219B: hue angle of 320.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA219B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 155 -
CMYK 0 0.85 0.29 0.15
HSL 320.43º 0.74% 0.49% -
HSV(B) 320.43º 0.85% 0.85% -
XYZ 35.37 18.36 32.69 -
YUV 102.22 157.79 210.58 -
System Red Green Blue C M Y K H S L
Decimal 218 33 155 0 0.85 0.29 0.15 320.43 0.74 0.49
Hex DA 21 9B 0 55 1D F 140 4A 31
Octal 332 41 233 0 125 35 17 500 112 61
Binary 11011010 100001 10011011 0 1010101 11101 1111 101000000 1001010 110001

Color Harmonies of #DA219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA219B

Black with #DA219B

Text Example


Text Example

White with #DA219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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