Html Css Color HEX #DA378A Deep Cerise

📋 copy color: '#DA378A'

red 218 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #DA378A

Tints of Deep Cerise #DA378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 53.04%
G = 13.38%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA378A (or 0xDA378A) is known color: Deep Cerise. HEX triplet: DA, 37 and 8A. RGB value is (218,55,138). Sum of RGB (Red+Green+Blue) = 218+55+138=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA378A is #25C875. Grayscale: #717171. Windows color (decimal): -2476150 or 9058266. OLE color: 9058266.

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

Color convert

RGB 218 55 138 -
CMYK 0 0.75 0.37 0.15
HSL 329.45º 0.69% 0.54% -
HSV(B) 329.45º 0.75% 0.85% -
XYZ 34.87 19.47 25.97 -
YUV 113.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 218 55 138 0 0.75 0.37 0.15 329.45 0.69 0.54
Hex DA 37 8A 0 4B 25 F 149 45 36
Octal 332 67 212 0 113 45 17 511 105 66
Binary 11011010 110111 10001010 0 1001011 100101 1111 101001001 1000101 110110

Color Harmonies of #DA378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA378A

Black with #DA378A

Text Example


Text Example

White with #DA378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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