Html Css Color HEX #DF238D Deep Cerise

📋 copy color: '#DF238D'

red 223 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #DF238D

Tints of Deep Cerise #DF238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 55.89%
G = 8.77%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF238D (or 0xDF238D) is known color: Deep Cerise. HEX triplet: DF, 23 and 8D. RGB value is (223,35,141). Sum of RGB (Red+Green+Blue) = 223+35+141=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF238D is #20DC72. Grayscale: #676767. Windows color (decimal): -2153587 or 9249759. OLE color: 9249759.

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

Color convert

RGB 223 35 141 -
CMYK 0 0.84 0.37 0.13
HSL 326.17º 0.75% 0.51% -
HSV(B) 326.17º 0.84% 0.87% -
XYZ 35.84 18.81 26.94 -
YUV 103.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 223 35 141 0 0.84 0.37 0.13 326.17 0.75 0.51
Hex DF 23 8D 0 54 25 D 146 4B 33
Octal 337 43 215 0 124 45 15 506 113 63
Binary 11011111 100011 10001101 0 1010100 100101 1101 101000110 1001011 110011

Color Harmonies of #DF238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF238D

Black with #DF238D

Text Example


Text Example

White with #DF238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF238D; }

 p { color: rgb(223,35,141); }

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

background-color css

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

 a { background-color: rgb(223,35,141); }

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

border-color css

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

 span { border-color: rgb(223,35,141); }

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