Html Css Color HEX #DA377C Deep Cerise

📋 copy color: '#DA377C'

red 218 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #DA377C

Tints of Deep Cerise #DA377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 54.91%
G = 13.85%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA377C (or 0xDA377C) is known color: Deep Cerise. HEX triplet: DA, 37 and 7C. RGB value is (218,55,124). Sum of RGB (Red+Green+Blue) = 218+55+124=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA377C is #25C883. Grayscale: #6F6F6F. Windows color (decimal): -2476164 or 8140762. OLE color: 8140762.

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

Color convert

RGB 218 55 124 -
CMYK 0 0.75 0.43 0.15
HSL 334.6º 0.69% 0.54% -
HSV(B) 334.6º 0.75% 0.85% -
XYZ 33.92 19.09 20.97 -
YUV 111.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 218 55 124 0 0.75 0.43 0.15 334.6 0.69 0.54
Hex DA 37 7C 0 4B 2B F 14F 45 36
Octal 332 67 174 0 113 53 17 517 105 66
Binary 11011010 110111 1111100 0 1001011 101011 1111 101001111 1000101 110110

Color Harmonies of #DA377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA377C

Black with #DA377C

Text Example


Text Example

White with #DA377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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