Html Css Color HEX #DA218C Deep Cerise

📋 copy color: '#DA218C'

red 218 ◦ green 33 ◦ blue 140

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

Shades of Deep Cerise #DA218C

Tints of Deep Cerise #DA218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 55.75%
G = 8.44%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA218C (or 0xDA218C) is known color: Deep Cerise. HEX triplet: DA, 21 and 8C. RGB value is (218,33,140). Sum of RGB (Red+Green+Blue) = 218+33+140=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA218C is #25DE73. Grayscale: #646464. Windows color (decimal): -2481780 or 9183706. OLE color: 9183706.

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

Color convert

RGB 218 33 140 -
CMYK 0 0.85 0.36 0.15
HSL 325.3º 0.74% 0.49% -
HSV(B) 325.3º 0.85% 0.85% -
XYZ 34.19 17.89 26.46 -
YUV 100.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 218 33 140 0 0.85 0.36 0.15 325.3 0.74 0.49
Hex DA 21 8C 0 55 24 F 145 4A 31
Octal 332 41 214 0 125 44 17 505 112 61
Binary 11011010 100001 10001100 0 1010101 100100 1111 101000101 1001010 110001

Color Harmonies of #DA218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA218C

Black with #DA218C

Text Example


Text Example

White with #DA218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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