Html Css Color HEX #DD235D Cerise

📋 copy color: '#DD235D'

red 221 ◦ green 35 ◦ blue 93

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

Shades of Cerise #DD235D

Tints of Cerise #DD235D

RGB

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

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

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

R = 63.32%
G = 10.03%
B = 26.65%

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

#DD235D (or 0xDD235D) is known color: Cerise. HEX triplet: DD, 23 and 5D. RGB value is (221,35,93). Sum of RGB (Red+Green+Blue) = 221+35+93=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD235D is #22DCA2. Grayscale: #616161. Windows color (decimal): -2284707 or 6104029. OLE color: 6104029.

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

Color convert

RGB 221 35 93 -
CMYK 0 0.84 0.58 0.13
HSL 341.29º 0.73% 0.5% -
HSV(B) 341.29º 0.84% 0.87% -
XYZ 32.4 17.36 12 -
YUV 97.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 221 35 93 0 0.84 0.58 0.13 341.29 0.73 0.5
Hex DD 23 5D 0 54 3A D 155 49 32
Octal 335 43 135 0 124 72 15 525 111 62
Binary 11011101 100011 1011101 0 1010100 111010 1101 101010101 1001001 110010

Color Harmonies of #DD235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD235D

Black with #DD235D

Text Example


Text Example

White with #DD235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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