Html Css Color HEX #DA3178 Deep Cerise

📋 copy color: '#DA3178'

red 218 ◦ green 49 ◦ blue 120

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

Shades of Deep Cerise #DA3178

Tints of Deep Cerise #DA3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 56.33%
G = 12.66%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3178 (or 0xDA3178) is known color: Deep Cerise. HEX triplet: DA, 31 and 78. RGB value is (218,49,120). Sum of RGB (Red+Green+Blue) = 218+49+120=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3178 is #25CE87. Grayscale: #6B6B6B. Windows color (decimal): -2477704 or 7877082. OLE color: 7877082.

HSL color Cylindrical-coordinate representation of color #DA3178: hue angle of 334.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3178 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 120 -
CMYK 0 0.78 0.45 0.15
HSL 334.79º 0.7% 0.52% -
HSV(B) 334.79º 0.78% 0.85% -
XYZ 33.4 18.46 19.57 -
YUV 107.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 218 49 120 0 0.78 0.45 0.15 334.79 0.7 0.52
Hex DA 31 78 0 4E 2D F 14F 46 34
Octal 332 61 170 0 116 55 17 517 106 64
Binary 11011010 110001 1111000 0 1001110 101101 1111 101001111 1000110 110100

Color Harmonies of #DA3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3178

Black with #DA3178

Text Example


Text Example

White with #DA3178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3178; }

 p { color: rgb(218,49,120); }

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

background-color css

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

 a { background-color: rgb(218,49,120); }

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

border-color css

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

 span { border-color: rgb(218,49,120); }

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