Html Css Color HEX #DF376A Cerise

📋 copy color: '#DF376A'

red 223 ◦ green 55 ◦ blue 106

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

Shades of Cerise #DF376A

Tints of Cerise #DF376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 58.07%
G = 14.32%
B = 27.6%

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

#DF376A (or 0xDF376A) is known color: Cerise. HEX triplet: DF, 37 and 6A. RGB value is (223,55,106). Sum of RGB (Red+Green+Blue) = 223+55+106=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376A is #20C895. Grayscale: #6F6F6F. Windows color (decimal): -2148502 or 6961119. OLE color: 6961119.

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

Color convert

RGB 223 55 106 -
CMYK 0 0.75 0.52 0.13
HSL 341.79º 0.72% 0.55% -
HSV(B) 341.79º 0.75% 0.87% -
XYZ 34.4 19.46 15.58 -
YUV 111.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 223 55 106 0 0.75 0.52 0.13 341.79 0.72 0.55
Hex DF 37 6A 0 4B 34 D 156 48 37
Octal 337 67 152 0 113 64 15 526 110 67
Binary 11011111 110111 1101010 0 1001011 110100 1101 101010110 1001000 110111

Color Harmonies of #DF376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF376A

Black with #DF376A

Text Example


Text Example

White with #DF376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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