Html Css Color HEX #DA218B Deep Cerise

📋 copy color: '#DA218B'

red 218 ◦ green 33 ◦ blue 139

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

Shades of Deep Cerise #DA218B

Tints of Deep Cerise #DA218B

RGB

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

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

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

R = 55.9%
G = 8.46%
B = 35.64%

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

#DA218B (or 0xDA218B) is known color: Deep Cerise. HEX triplet: DA, 21 and 8B. RGB value is (218,33,139). Sum of RGB (Red+Green+Blue) = 218+33+139=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA218B is #25DE74. Grayscale: #646464. Windows color (decimal): -2481781 or 9118170. OLE color: 9118170.

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

Color convert

RGB 218 33 139 -
CMYK 0 0.85 0.36 0.15
HSL 325.62º 0.74% 0.49% -
HSV(B) 325.62º 0.85% 0.85% -
XYZ 34.12 17.86 26.07 -
YUV 100.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 218 33 139 0 0.85 0.36 0.15 325.62 0.74 0.49
Hex DA 21 8B 0 55 24 F 146 4A 31
Octal 332 41 213 0 125 44 17 506 112 61
Binary 11011010 100001 10001011 0 1010101 100100 1111 101000110 1001010 110001

Color Harmonies of #DA218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA218B

Black with #DA218B

Text Example


Text Example

White with #DA218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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