Html Css Color HEX #DA217C Deep Cerise

📋 copy color: '#DA217C'

red 218 ◦ green 33 ◦ blue 124

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

Shades of Deep Cerise #DA217C

Tints of Deep Cerise #DA217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 58.13%
G = 8.8%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA217C (or 0xDA217C) is known color: Deep Cerise. HEX triplet: DA, 21 and 7C. RGB value is (218,33,124). Sum of RGB (Red+Green+Blue) = 218+33+124=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA217C is #25DE83. Grayscale: #626262. Windows color (decimal): -2481796 or 8135130. OLE color: 8135130.

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

Color convert

RGB 218 33 124 -
CMYK 0 0.85 0.43 0.15
HSL 330.49º 0.74% 0.49% -
HSV(B) 330.49º 0.85% 0.85% -
XYZ 33.1 17.45 20.69 -
YUV 98.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 218 33 124 0 0.85 0.43 0.15 330.49 0.74 0.49
Hex DA 21 7C 0 55 2B F 14A 4A 31
Octal 332 41 174 0 125 53 17 512 112 61
Binary 11011010 100001 1111100 0 1010101 101011 1111 101001010 1001010 110001

Color Harmonies of #DA217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA217C

Black with #DA217C

Text Example


Text Example

White with #DA217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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