Html Css Color HEX #DF267C Deep Cerise

📋 copy color: '#DF267C'

red 223 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #DF267C

Tints of Deep Cerise #DF267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 57.92%
G = 9.87%
B = 32.21%

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

#DF267C (or 0xDF267C) is known color: Deep Cerise. HEX triplet: DF, 26 and 7C. RGB value is (223,38,124). Sum of RGB (Red+Green+Blue) = 223+38+124=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF267C is #20D983. Grayscale: #666666. Windows color (decimal): -2152836 or 8136415. OLE color: 8136415.

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

Color convert

RGB 223 38 124 -
CMYK 0 0.83 0.44 0.13
HSL 332.11º 0.74% 0.51% -
HSV(B) 332.11º 0.83% 0.87% -
XYZ 34.76 18.53 20.81 -
YUV 103.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 223 38 124 0 0.83 0.44 0.13 332.11 0.74 0.51
Hex DF 26 7C 0 53 2C D 14C 4A 33
Octal 337 46 174 0 123 54 15 514 112 63
Binary 11011111 100110 1111100 0 1010011 101100 1101 101001100 1001010 110011

Color Harmonies of #DF267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF267C

Black with #DF267C

Text Example


Text Example

White with #DF267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF267C; }

 p { color: rgb(223,38,124); }

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

background-color css

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

 a { background-color: rgb(223,38,124); }

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

border-color css

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

 span { border-color: rgb(223,38,124); }

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