Html Css Color HEX #DA2C7F Deep Cerise

📋 copy color: '#DA2C7F'

red 218 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #DA2C7F

Tints of Deep Cerise #DA2C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 56.04%
G = 11.31%
B = 32.65%

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

#DA2C7F (or 0xDA2C7F) is known color: Deep Cerise. HEX triplet: DA, 2C and 7F. RGB value is (218,44,127). Sum of RGB (Red+Green+Blue) = 218+44+127=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C7F is #25D380. Grayscale: #696969. Windows color (decimal): -2478977 or 8334554. OLE color: 8334554.

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

Color convert

RGB 218 44 127 -
CMYK 0 0.80 0.42 0.15
HSL 331.38º 0.7% 0.51% -
HSV(B) 331.38º 0.8% 0.85% -
XYZ 33.64 18.24 21.83 -
YUV 105.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 218 44 127 0 0.80 0.42 0.15 331.38 0.7 0.51
Hex DA 2C 7F 0 50 2A F 14B 46 33
Octal 332 54 177 0 120 52 17 513 106 63
Binary 11011010 101100 1111111 0 1010000 101010 1111 101001011 1000110 110011

Color Harmonies of #DA2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C7F

Black with #DA2C7F

Text Example


Text Example

White with #DA2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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