Html Css Color HEX #DA216D Cerise

📋 copy color: '#DA216D'

red 218 ◦ green 33 ◦ blue 109

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

Shades of Cerise #DA216D

Tints of Cerise #DA216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 60.56%
G = 9.17%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA216D (or 0xDA216D) is known color: Cerise. HEX triplet: DA, 21 and 6D. RGB value is (218,33,109). Sum of RGB (Red+Green+Blue) = 218+33+109=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA216D is #25DE92. Grayscale: #606060. Windows color (decimal): -2481811 or 7152090. OLE color: 7152090.

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

Color convert

RGB 218 33 109 -
CMYK 0 0.85 0.5 0.15
HSL 335.35º 0.74% 0.49% -
HSV(B) 335.35º 0.85% 0.85% -
XYZ 32.22 17.1 16.07 -
YUV 96.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 218 33 109 0 0.85 0.5 0.15 335.35 0.74 0.49
Hex DA 21 6D 0 55 32 F 14F 4A 31
Octal 332 41 155 0 125 62 17 517 112 61
Binary 11011010 100001 1101101 0 1010101 110010 1111 101001111 1001010 110001

Color Harmonies of #DA216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA216D

Black with #DA216D

Text Example


Text Example

White with #DA216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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