Html Css Color HEX #DA378C Deep Cerise

📋 copy color: '#DA378C'

red 218 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #DA378C

Tints of Deep Cerise #DA378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 52.78%
G = 13.32%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA378C (or 0xDA378C) is known color: Deep Cerise. HEX triplet: DA, 37 and 8C. RGB value is (218,55,140). Sum of RGB (Red+Green+Blue) = 218+55+140=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA378C is #25C873. Grayscale: #717171. Windows color (decimal): -2476148 or 9189338. OLE color: 9189338.

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

Color convert

RGB 218 55 140 -
CMYK 0 0.75 0.36 0.15
HSL 328.71º 0.69% 0.54% -
HSV(B) 328.71º 0.75% 0.85% -
XYZ 35.01 19.53 26.74 -
YUV 113.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 218 55 140 0 0.75 0.36 0.15 328.71 0.69 0.54
Hex DA 37 8C 0 4B 24 F 149 45 36
Octal 332 67 214 0 113 44 17 511 105 66
Binary 11011010 110111 10001100 0 1001011 100100 1111 101001001 1000101 110110

Color Harmonies of #DA378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA378C

Black with #DA378C

Text Example


Text Example

White with #DA378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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