Html Css Color HEX #DA397C Deep Cerise

📋 copy color: '#DA397C'

red 218 ◦ green 57 ◦ blue 124

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

Shades of Deep Cerise #DA397C

Tints of Deep Cerise #DA397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

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

R = 54.64%
G = 14.29%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA397C (or 0xDA397C) is known color: Deep Cerise. HEX triplet: DA, 39 and 7C. RGB value is (218,57,124). Sum of RGB (Red+Green+Blue) = 218+57+124=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397C is #25C683. Grayscale: #707070. Windows color (decimal): -2475652 or 8141274. OLE color: 8141274.

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

Color convert

RGB 218 57 124 -
CMYK 0 0.74 0.43 0.15
HSL 335.03º 0.69% 0.54% -
HSV(B) 335.03º 0.74% 0.85% -
XYZ 34.01 19.29 21 -
YUV 112.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 218 57 124 0 0.74 0.43 0.15 335.03 0.69 0.54
Hex DA 39 7C 0 4A 2B F 14F 45 36
Octal 332 71 174 0 112 53 17 517 105 66
Binary 11011010 111001 1111100 0 1001010 101011 1111 101001111 1000101 110110

Color Harmonies of #DA397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA397C

Black with #DA397C

Text Example


Text Example

White with #DA397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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