Html Css Color HEX #DF2375 Deep Cerise

📋 copy color: '#DF2375'

red 223 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #DF2375

Tints of Deep Cerise #DF2375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 59.47%
G = 9.33%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2375 (or 0xDF2375) is known color: Deep Cerise. HEX triplet: DF, 23 and 75. RGB value is (223,35,117). Sum of RGB (Red+Green+Blue) = 223+35+117=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2375 is #20DC8A. Grayscale: #646464. Windows color (decimal): -2153611 or 7676895. OLE color: 7676895.

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

Color convert

RGB 223 35 117 -
CMYK 0 0.84 0.48 0.13
HSL 333.83º 0.75% 0.51% -
HSV(B) 333.83º 0.84% 0.87% -
XYZ 34.24 18.17 18.53 -
YUV 100.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 223 35 117 0 0.84 0.48 0.13 333.83 0.75 0.51
Hex DF 23 75 0 54 30 D 14E 4B 33
Octal 337 43 165 0 124 60 15 516 113 63
Binary 11011111 100011 1110101 0 1010100 110000 1101 101001110 1001011 110011

Color Harmonies of #DF2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2375

Black with #DF2375

Text Example


Text Example

White with #DF2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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