Html Css Color HEX #DF277D Deep Cerise

📋 copy color: '#DF277D'

red 223 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #DF277D

Tints of Deep Cerise #DF277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 57.62%
G = 10.08%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF277D (or 0xDF277D) is known color: Deep Cerise. HEX triplet: DF, 27 and 7D. RGB value is (223,39,125). Sum of RGB (Red+Green+Blue) = 223+39+125=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF277D is #20D882. Grayscale: #676767. Windows color (decimal): -2152579 or 8202207. OLE color: 8202207.

HSL color Cylindrical-coordinate representation of color #DF277D: hue angle of 331.96º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF277D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 39 125 -
CMYK 0 0.83 0.44 0.13
HSL 331.96º 0.74% 0.51% -
HSV(B) 331.96º 0.83% 0.87% -
XYZ 34.86 18.62 21.16 -
YUV 103.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 223 39 125 0 0.83 0.44 0.13 331.96 0.74 0.51
Hex DF 27 7D 0 53 2C D 14C 4A 33
Octal 337 47 175 0 123 54 15 514 112 63
Binary 11011111 100111 1111101 0 1010011 101100 1101 101001100 1001010 110011

Color Harmonies of #DF277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF277D

Black with #DF277D

Text Example


Text Example

White with #DF277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF277D; }

 p { color: rgb(223,39,125); }

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

background-color css

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

 a { background-color: rgb(223,39,125); }

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

border-color css

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

 span { border-color: rgb(223,39,125); }

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