Html Css Color HEX #DF268F Deep Cerise

📋 copy color: '#DF268F'

red 223 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #DF268F

Tints of Deep Cerise #DF268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 55.2%
G = 9.41%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF268F (or 0xDF268F) is known color: Deep Cerise. HEX triplet: DF, 26 and 8F. RGB value is (223,38,143). Sum of RGB (Red+Green+Blue) = 223+38+143=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF268F is #20D970. Grayscale: #696969. Windows color (decimal): -2152817 or 9381599. OLE color: 9381599.

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

Color convert

RGB 223 38 143 -
CMYK 0 0.83 0.36 0.13
HSL 325.95º 0.74% 0.51% -
HSV(B) 325.95º 0.83% 0.87% -
XYZ 36.08 19.06 27.76 -
YUV 105.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 223 38 143 0 0.83 0.36 0.13 325.95 0.74 0.51
Hex DF 26 8F 0 53 24 D 146 4A 33
Octal 337 46 217 0 123 44 15 506 112 63
Binary 11011111 100110 10001111 0 1010011 100100 1101 101000110 1001010 110011

Color Harmonies of #DF268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF268F

Black with #DF268F

Text Example


Text Example

White with #DF268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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