Html Css Color HEX #DA379A Deep Cerise

📋 copy color: '#DA379A'

red 218 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #DA379A

Tints of Deep Cerise #DA379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 51.05%
G = 12.88%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA379A (or 0xDA379A) is known color: Deep Cerise. HEX triplet: DA, 37 and 9A. RGB value is (218,55,154). Sum of RGB (Red+Green+Blue) = 218+55+154=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA379A is #25C865. Grayscale: #727272. Windows color (decimal): -2476134 or 10106842. OLE color: 10106842.

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

Color convert

RGB 218 55 154 -
CMYK 0 0.75 0.29 0.15
HSL 323.56º 0.69% 0.54% -
HSV(B) 323.56º 0.75% 0.85% -
XYZ 36.11 19.97 32.52 -
YUV 115.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 218 55 154 0 0.75 0.29 0.15 323.56 0.69 0.54
Hex DA 37 9A 0 4B 1D F 144 45 36
Octal 332 67 232 0 113 35 17 504 105 66
Binary 11011010 110111 10011010 0 1001011 11101 1111 101000100 1000101 110110

Color Harmonies of #DA379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA379A

Black with #DA379A

Text Example


Text Example

White with #DA379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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