Html Css Color HEX #DA3277 Deep Cerise

📋 copy color: '#DA3277'

red 218 ◦ green 50 ◦ blue 119

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

Shades of Deep Cerise #DA3277

Tints of Deep Cerise #DA3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.92%

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

R = 56.33%
G = 12.92%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3277 (or 0xDA3277) is known color: Deep Cerise. HEX triplet: DA, 32 and 77. RGB value is (218,50,119). Sum of RGB (Red+Green+Blue) = 218+50+119=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3277 is #25CD88. Grayscale: #6B6B6B. Windows color (decimal): -2477449 or 7811802. OLE color: 7811802.

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

Color convert

RGB 218 50 119 -
CMYK 0 0.77 0.45 0.15
HSL 335.36º 0.69% 0.53% -
HSV(B) 335.36º 0.77% 0.85% -
XYZ 33.38 18.52 19.27 -
YUV 108.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 218 50 119 0 0.77 0.45 0.15 335.36 0.69 0.53
Hex DA 32 77 0 4D 2D F 14F 45 35
Octal 332 62 167 0 115 55 17 517 105 65
Binary 11011010 110010 1110111 0 1001101 101101 1111 101001111 1000101 110101

Color Harmonies of #DA3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3277

Black with #DA3277

Text Example


Text Example

White with #DA3277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3277; }

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

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

background-color css

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

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

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

border-color css

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

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

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