Html Css Color HEX #DF235C Cerise

📋 copy color: '#DF235C'

red 223 ◦ green 35 ◦ blue 92

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

Shades of Cerise #DF235C

Tints of Cerise #DF235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 63.71%
G = 10%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF235C (or 0xDF235C) is known color: Cerise. HEX triplet: DF, 23 and 5C. RGB value is (223,35,92). Sum of RGB (Red+Green+Blue) = 223+35+92=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF235C is #20DCA3. Grayscale: #616161. Windows color (decimal): -2153636 or 6038495. OLE color: 6038495.

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

Color convert

RGB 223 35 92 -
CMYK 0 0.84 0.59 0.13
HSL 341.81º 0.75% 0.51% -
HSV(B) 341.81º 0.84% 0.87% -
XYZ 32.96 17.66 11.8 -
YUV 97.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 223 35 92 0 0.84 0.59 0.13 341.81 0.75 0.51
Hex DF 23 5C 0 54 3B D 156 4B 33
Octal 337 43 134 0 124 73 15 526 113 63
Binary 11011111 100011 1011100 0 1010100 111011 1101 101010110 1001011 110011

Color Harmonies of #DF235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF235C

Black with #DF235C

Text Example


Text Example

White with #DF235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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