Html Css Color HEX #DA218D Deep Cerise

📋 copy color: '#DA218D'

red 218 ◦ green 33 ◦ blue 141

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

Shades of Deep Cerise #DA218D

Tints of Deep Cerise #DA218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 55.61%
G = 8.42%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA218D (or 0xDA218D) is known color: Deep Cerise. HEX triplet: DA, 21 and 8D. RGB value is (218,33,141). Sum of RGB (Red+Green+Blue) = 218+33+141=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA218D is #25DE72. Grayscale: #646464. Windows color (decimal): -2481779 or 9249242. OLE color: 9249242.

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

Color convert

RGB 218 33 141 -
CMYK 0 0.85 0.35 0.15
HSL 324.97º 0.74% 0.49% -
HSV(B) 324.97º 0.85% 0.85% -
XYZ 34.27 17.92 26.85 -
YUV 100.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 218 33 141 0 0.85 0.35 0.15 324.97 0.74 0.49
Hex DA 21 8D 0 55 23 F 145 4A 31
Octal 332 41 215 0 125 43 17 505 112 61
Binary 11011010 100001 10001101 0 1010101 100011 1111 101000101 1001010 110001

Color Harmonies of #DA218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA218D

Black with #DA218D

Text Example


Text Example

White with #DA218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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