Html Css Color HEX #DD235C Cerise

📋 copy color: '#DD235C'

red 221 ◦ green 35 ◦ blue 92

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

Shades of Cerise #DD235C

Tints of Cerise #DD235C

RGB

 RED value IS 221 (86.72% from 255) = 63.51%

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

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

R = 63.51%
G = 10.06%
B = 26.44%

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

#DD235C (or 0xDD235C) is known color: Cerise. HEX triplet: DD, 23 and 5C. RGB value is (221,35,92). Sum of RGB (Red+Green+Blue) = 221+35+92=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD235C is #22DCA3. Grayscale: #616161. Windows color (decimal): -2284708 or 6038493. OLE color: 6038493.

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

Color convert

RGB 221 35 92 -
CMYK 0 0.84 0.58 0.13
HSL 341.61º 0.73% 0.5% -
HSV(B) 341.61º 0.84% 0.87% -
XYZ 32.35 17.35 11.77 -
YUV 97.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 221 35 92 0 0.84 0.58 0.13 341.61 0.73 0.5
Hex DD 23 5C 0 54 3A D 156 49 32
Octal 335 43 134 0 124 72 15 526 111 62
Binary 11011101 100011 1011100 0 1010100 111010 1101 101010110 1001001 110010

Color Harmonies of #DD235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD235C

Black with #DD235C

Text Example


Text Example

White with #DD235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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