Html Css Color HEX #DA3177 Deep Cerise

📋 copy color: '#DA3177'

red 218 ◦ green 49 ◦ blue 119

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

Shades of Deep Cerise #DA3177

Tints of Deep Cerise #DA3177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 56.48%
G = 12.69%
B = 30.83%

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

#DA3177 (or 0xDA3177) is known color: Deep Cerise. HEX triplet: DA, 31 and 77. RGB value is (218,49,119). Sum of RGB (Red+Green+Blue) = 218+49+119=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3177 is #25CE88. Grayscale: #6B6B6B. Windows color (decimal): -2477705 or 7811546. OLE color: 7811546.

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

Color convert

RGB 218 49 119 -
CMYK 0 0.78 0.45 0.15
HSL 335.15º 0.7% 0.52% -
HSV(B) 335.15º 0.78% 0.85% -
XYZ 33.34 18.43 19.25 -
YUV 107.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 218 49 119 0 0.78 0.45 0.15 335.15 0.7 0.52
Hex DA 31 77 0 4E 2D F 14F 46 34
Octal 332 61 167 0 116 55 17 517 106 64
Binary 11011010 110001 1110111 0 1001110 101101 1111 101001111 1000110 110100

Color Harmonies of #DA3177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3177

Black with #DA3177

Text Example


Text Example

White with #DA3177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3177; }

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

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

background-color css

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

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

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

border-color css

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

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

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