Html Css Color HEX #DF377F Deep Cerise

📋 copy color: '#DF377F'

red 223 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #DF377F

Tints of Deep Cerise #DF377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.36%

R = 55.06%
G = 13.58%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF377F (or 0xDF377F) is known color: Deep Cerise. HEX triplet: DF, 37 and 7F. RGB value is (223,55,127). Sum of RGB (Red+Green+Blue) = 223+55+127=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF377F is #20C880. Grayscale: #717171. Windows color (decimal): -2148481 or 8337375. OLE color: 8337375.

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

Color convert

RGB 223 55 127 -
CMYK 0 0.75 0.43 0.13
HSL 334.29º 0.72% 0.55% -
HSV(B) 334.29º 0.75% 0.87% -
XYZ 35.63 19.95 22.05 -
YUV 113.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 223 55 127 0 0.75 0.43 0.13 334.29 0.72 0.55
Hex DF 37 7F 0 4B 2B D 14E 48 37
Octal 337 67 177 0 113 53 15 516 110 67
Binary 11011111 110111 1111111 0 1001011 101011 1101 101001110 1001000 110111

Color Harmonies of #DF377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF377F

Black with #DF377F

Text Example


Text Example

White with #DF377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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