Html Css Color HEX #DA2C7E Deep Cerise

📋 copy color: '#DA2C7E'

red 218 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #DA2C7E

Tints of Deep Cerise #DA2C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 56.19%
G = 11.34%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA2C7E (or 0xDA2C7E) is known color: Deep Cerise. HEX triplet: DA, 2C and 7E. RGB value is (218,44,126). Sum of RGB (Red+Green+Blue) = 218+44+126=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C7E is #25D381. Grayscale: #696969. Windows color (decimal): -2478978 or 8269018. OLE color: 8269018.

HSL color Cylindrical-coordinate representation of color #DA2C7E: hue angle of 331.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C7E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 126 -
CMYK 0 0.80 0.42 0.15
HSL 331.72º 0.7% 0.51% -
HSV(B) 331.72º 0.8% 0.85% -
XYZ 33.58 18.21 21.48 -
YUV 105.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 218 44 126 0 0.80 0.42 0.15 331.72 0.7 0.51
Hex DA 2C 7E 0 50 2A F 14C 46 33
Octal 332 54 176 0 120 52 17 514 106 63
Binary 11011010 101100 1111110 0 1010000 101010 1111 101001100 1000110 110011

Color Harmonies of #DA2C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C7E

Black with #DA2C7E

Text Example


Text Example

White with #DA2C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C7E; }

 p { color: rgb(218,44,126); }

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

background-color css

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

 a { background-color: rgb(218,44,126); }

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

border-color css

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

 span { border-color: rgb(218,44,126); }

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