Html Css Color HEX #DA379D Deep Cerise

📋 copy color: '#DA379D'

red 218 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #DA379D

Tints of Deep Cerise #DA379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 50.7%
G = 12.79%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA379D (or 0xDA379D) is known color: Deep Cerise. HEX triplet: DA, 37 and 9D. RGB value is (218,55,157). Sum of RGB (Red+Green+Blue) = 218+55+157=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA379D is #25C862. Grayscale: #737373. Windows color (decimal): -2476131 or 10303450. OLE color: 10303450.

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

Color convert

RGB 218 55 157 -
CMYK 0 0.75 0.28 0.15
HSL 322.45º 0.69% 0.54% -
HSV(B) 322.45º 0.75% 0.85% -
XYZ 36.37 20.07 33.86 -
YUV 115.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 218 55 157 0 0.75 0.28 0.15 322.45 0.69 0.54
Hex DA 37 9D 0 4B 1C F 142 45 36
Octal 332 67 235 0 113 34 17 502 105 66
Binary 11011010 110111 10011101 0 1001011 11100 1111 101000010 1000101 110110

Color Harmonies of #DA379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA379D

Black with #DA379D

Text Example


Text Example

White with #DA379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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