Html Css Color HEX #DA376D Cerise

📋 copy color: '#DA376D'

red 218 ◦ green 55 ◦ blue 109

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

Shades of Cerise #DA376D

Tints of Cerise #DA376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 57.07%
G = 14.4%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA376D (or 0xDA376D) is known color: Cerise. HEX triplet: DA, 37 and 6D. RGB value is (218,55,109). Sum of RGB (Red+Green+Blue) = 218+55+109=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA376D is #25C892. Grayscale: #6D6D6D. Windows color (decimal): -2476179 or 7157722. OLE color: 7157722.

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

Color convert

RGB 218 55 109 -
CMYK 0 0.75 0.5 0.15
HSL 340.12º 0.69% 0.54% -
HSV(B) 340.12º 0.75% 0.85% -
XYZ 33.04 18.74 16.34 -
YUV 109.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 218 55 109 0 0.75 0.5 0.15 340.12 0.69 0.54
Hex DA 37 6D 0 4B 32 F 154 45 36
Octal 332 67 155 0 113 62 17 524 105 66
Binary 11011010 110111 1101101 0 1001011 110010 1111 101010100 1000101 110110

Color Harmonies of #DA376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA376D

Black with #DA376D

Text Example


Text Example

White with #DA376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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