Html Css Color HEX #DD235E Cerise

📋 copy color: '#DD235E'

red 221 ◦ green 35 ◦ blue 94

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

Shades of Cerise #DD235E

Tints of Cerise #DD235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 63.14%
G = 10%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD235E (or 0xDD235E) is known color: Cerise. HEX triplet: DD, 23 and 5E. RGB value is (221,35,94). Sum of RGB (Red+Green+Blue) = 221+35+94=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD235E is #22DCA1. Grayscale: #616161. Windows color (decimal): -2284706 or 6169565. OLE color: 6169565.

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

Color convert

RGB 221 35 94 -
CMYK 0 0.84 0.57 0.13
HSL 340.97º 0.73% 0.5% -
HSV(B) 340.97º 0.84% 0.87% -
XYZ 32.44 17.38 12.24 -
YUV 97.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 221 35 94 0 0.84 0.57 0.13 340.97 0.73 0.5
Hex DD 23 5E 0 54 39 D 155 49 32
Octal 335 43 136 0 124 71 15 525 111 62
Binary 11011101 100011 1011110 0 1010100 111001 1101 101010101 1001001 110010

Color Harmonies of #DD235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD235E

Black with #DD235E

Text Example


Text Example

White with #DD235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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