Html Css Color HEX #DA376C Cerise

📋 copy color: '#DA376C'

red 218 ◦ green 55 ◦ blue 108

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

Shades of Cerise #DA376C

Tints of Cerise #DA376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 57.22%
G = 14.44%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA376C (or 0xDA376C) is known color: Cerise. HEX triplet: DA, 37 and 6C. RGB value is (218,55,108). Sum of RGB (Red+Green+Blue) = 218+55+108=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA376C is #25C893. Grayscale: #6D6D6D. Windows color (decimal): -2476180 or 7092186. OLE color: 7092186.

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

Color convert

RGB 218 55 108 -
CMYK 0 0.75 0.50 0.15
HSL 340.49º 0.69% 0.54% -
HSV(B) 340.49º 0.75% 0.85% -
XYZ 32.99 18.72 16.06 -
YUV 109.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 218 55 108 0 0.75 0.50 0.15 340.49 0.69 0.54
Hex DA 37 6C 0 4B 32 F 154 45 36
Octal 332 67 154 0 113 62 17 524 105 66
Binary 11011010 110111 1101100 0 1001011 110010 1111 101010100 1000101 110110

Color Harmonies of #DA376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA376C

Black with #DA376C

Text Example


Text Example

White with #DA376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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