Html Css Color HEX #DF248A Deep Cerise

📋 copy color: '#DF248A'

red 223 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #DF248A

Tints of Deep Cerise #DF248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 56.17%
G = 9.07%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF248A (or 0xDF248A) is known color: Deep Cerise. HEX triplet: DF, 24 and 8A. RGB value is (223,36,138). Sum of RGB (Red+Green+Blue) = 223+36+138=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF248A is #20DB75. Grayscale: #676767. Windows color (decimal): -2153334 or 9053407. OLE color: 9053407.

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

Color convert

RGB 223 36 138 -
CMYK 0 0.84 0.38 0.13
HSL 327.27º 0.75% 0.51% -
HSV(B) 327.27º 0.84% 0.87% -
XYZ 35.65 18.78 25.79 -
YUV 103.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 223 36 138 0 0.84 0.38 0.13 327.27 0.75 0.51
Hex DF 24 8A 0 54 26 D 147 4B 33
Octal 337 44 212 0 124 46 15 507 113 63
Binary 11011111 100100 10001010 0 1010100 100110 1101 101000111 1001011 110011

Color Harmonies of #DF248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF248A

Black with #DF248A

Text Example


Text Example

White with #DF248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF248A; }

 p { color: rgb(223,36,138); }

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

background-color css

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

 a { background-color: rgb(223,36,138); }

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

border-color css

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

 span { border-color: rgb(223,36,138); }

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