Html Css Color HEX #DF235D Cerise

📋 copy color: '#DF235D'

red 223 ◦ green 35 ◦ blue 93

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

Shades of Cerise #DF235D

Tints of Cerise #DF235D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 63.53%
G = 9.97%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF235D (or 0xDF235D) is known color: Cerise. HEX triplet: DF, 23 and 5D. RGB value is (223,35,93). Sum of RGB (Red+Green+Blue) = 223+35+93=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF235D is #20DCA2. Grayscale: #616161. Windows color (decimal): -2153635 or 6104031. OLE color: 6104031.

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

Color convert

RGB 223 35 93 -
CMYK 0 0.84 0.58 0.13
HSL 341.49º 0.75% 0.51% -
HSV(B) 341.49º 0.84% 0.87% -
XYZ 33.01 17.68 12.03 -
YUV 97.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 223 35 93 0 0.84 0.58 0.13 341.49 0.75 0.51
Hex DF 23 5D 0 54 3A D 155 4B 33
Octal 337 43 135 0 124 72 15 525 113 63
Binary 11011111 100011 1011101 0 1010100 111010 1101 101010101 1001011 110011

Color Harmonies of #DF235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF235D

Black with #DF235D

Text Example


Text Example

White with #DF235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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