Html Css Color HEX #DA297C Deep Cerise

📋 copy color: '#DA297C'

red 218 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #DA297C

Tints of Deep Cerise #DA297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

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

R = 56.92%
G = 10.7%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA297C (or 0xDA297C) is known color: Deep Cerise. HEX triplet: DA, 29 and 7C. RGB value is (218,41,124). Sum of RGB (Red+Green+Blue) = 218+41+124=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA297C is #25D683. Grayscale: #676767. Windows color (decimal): -2479748 or 8137178. OLE color: 8137178.

HSL color Cylindrical-coordinate representation of color #DA297C: hue angle of 331.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA297C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 124 -
CMYK 0 0.81 0.43 0.15
HSL 331.86º 0.71% 0.51% -
HSV(B) 331.86º 0.81% 0.85% -
XYZ 33.34 17.95 20.78 -
YUV 103.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 218 41 124 0 0.81 0.43 0.15 331.86 0.71 0.51
Hex DA 29 7C 0 51 2B F 14C 47 33
Octal 332 51 174 0 121 53 17 514 107 63
Binary 11011010 101001 1111100 0 1010001 101011 1111 101001100 1000111 110011

Color Harmonies of #DA297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA297C

Black with #DA297C

Text Example


Text Example

White with #DA297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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