Html Css Color HEX #DF376C Cerise

📋 copy color: '#DF376C'

red 223 ◦ green 55 ◦ blue 108

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

Shades of Cerise #DF376C

Tints of Cerise #DF376C

RGB

 RED value IS 223 (87.5% from 255) = 57.77%

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

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

R = 57.77%
G = 14.25%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF376C (or 0xDF376C) is known color: Cerise. HEX triplet: DF, 37 and 6C. RGB value is (223,55,108). Sum of RGB (Red+Green+Blue) = 223+55+108=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376C is #20C893. Grayscale: #6F6F6F. Windows color (decimal): -2148500 or 7092191. OLE color: 7092191.

HSL color Cylindrical-coordinate representation of color #DF376C: hue angle of 341.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF376C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 108 -
CMYK 0 0.75 0.52 0.13
HSL 341.07º 0.72% 0.55% -
HSV(B) 341.07º 0.75% 0.87% -
XYZ 34.5 19.5 16.13 -
YUV 111.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 223 55 108 0 0.75 0.52 0.13 341.07 0.72 0.55
Hex DF 37 6C 0 4B 34 D 155 48 37
Octal 337 67 154 0 113 64 15 525 110 67
Binary 11011111 110111 1101100 0 1001011 110100 1101 101010101 1001000 110111

Color Harmonies of #DF376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF376C

Black with #DF376C

Text Example


Text Example

White with #DF376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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