Html Css Color HEX #DC235D Cerise

📋 copy color: '#DC235D'

red 220 ◦ green 35 ◦ blue 93

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

Shades of Cerise #DC235D

Tints of Cerise #DC235D

RGB

 RED value IS 220 (86.33% from 255) = 63.22%

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

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

R = 63.22%
G = 10.06%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC235D (or 0xDC235D) is known color: Cerise. HEX triplet: DC, 23 and 5D. RGB value is (220,35,93). Sum of RGB (Red+Green+Blue) = 220+35+93=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC235D is #23DCA2. Grayscale: #606060. Windows color (decimal): -2350243 or 6104028. OLE color: 6104028.

HSL color Cylindrical-coordinate representation of color #DC235D: hue angle of 341.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC235D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 93 -
CMYK 0 0.84 0.58 0.14
HSL 341.19º 0.73% 0.5% -
HSV(B) 341.19º 0.84% 0.86% -
XYZ 32.09 17.21 11.99 -
YUV 96.93 125.79 215.78 -
System Red Green Blue C M Y K H S L
Decimal 220 35 93 0 0.84 0.58 0.14 341.19 0.73 0.5
Hex DC 23 5D 0 54 3A E 155 49 32
Octal 334 43 135 0 124 72 16 525 111 62
Binary 11011100 100011 1011101 0 1010100 111010 1110 101010101 1001001 110010

Color Harmonies of #DC235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC235D

Black with #DC235D

Text Example


Text Example

White with #DC235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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