Html Css Color HEX #DF268C Deep Cerise

📋 copy color: '#DF268C'

red 223 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #DF268C

Tints of Deep Cerise #DF268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 55.61%
G = 9.48%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF268C (or 0xDF268C) is known color: Deep Cerise. HEX triplet: DF, 26 and 8C. RGB value is (223,38,140). Sum of RGB (Red+Green+Blue) = 223+38+140=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF268C is #20D973. Grayscale: #686868. Windows color (decimal): -2152820 or 9184991. OLE color: 9184991.

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

Color convert

RGB 223 38 140 -
CMYK 0 0.83 0.37 0.13
HSL 326.92º 0.74% 0.51% -
HSV(B) 326.92º 0.83% 0.87% -
XYZ 35.86 18.97 26.58 -
YUV 104.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 223 38 140 0 0.83 0.37 0.13 326.92 0.74 0.51
Hex DF 26 8C 0 53 25 D 147 4A 33
Octal 337 46 214 0 123 45 15 507 112 63
Binary 11011111 100110 10001100 0 1010011 100101 1101 101000111 1001010 110011

Color Harmonies of #DF268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF268C

Black with #DF268C

Text Example


Text Example

White with #DF268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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