Html Css Color HEX #DD2E5C Cerise

📋 copy color: '#DD2E5C'

red 221 ◦ green 46 ◦ blue 92

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

Shades of Cerise #DD2E5C

Tints of Cerise #DD2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.81%

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

R = 61.56%
G = 12.81%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD2E5C (or 0xDD2E5C) is known color: Cerise. HEX triplet: DD, 2E and 5C. RGB value is (221,46,92). Sum of RGB (Red+Green+Blue) = 221+46+92=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E5C is #22D1A3. Grayscale: #676767. Windows color (decimal): -2281892 or 6041309. OLE color: 6041309.

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

Color convert

RGB 221 46 92 -
CMYK 0 0.79 0.58 0.13
HSL 344.23º 0.72% 0.52% -
HSV(B) 344.23º 0.79% 0.87% -
XYZ 32.73 18.1 11.89 -
YUV 103.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 221 46 92 0 0.79 0.58 0.13 344.23 0.72 0.52
Hex DD 2E 5C 0 4F 3A D 158 48 34
Octal 335 56 134 0 117 72 15 530 110 64
Binary 11011101 101110 1011100 0 1001111 111010 1101 101011000 1001000 110100

Color Harmonies of #DD2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E5C

Black with #DD2E5C

Text Example


Text Example

White with #DD2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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