Html Css Color HEX #DD298D Deep Cerise

📋 copy color: '#DD298D'

red 221 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #DD298D

Tints of Deep Cerise #DD298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 54.84%
G = 10.17%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD298D (or 0xDD298D) is known color: Deep Cerise. HEX triplet: DD, 29 and 8D. RGB value is (221,41,141). Sum of RGB (Red+Green+Blue) = 221+41+141=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD298D is #22D672. Grayscale: #6A6A6A. Windows color (decimal): -2283123 or 9251293. OLE color: 9251293.

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

Color convert

RGB 221 41 141 -
CMYK 0 0.81 0.36 0.13
HSL 326.67º 0.73% 0.51% -
HSV(B) 326.67º 0.81% 0.87% -
XYZ 35.42 18.88 26.98 -
YUV 106.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 221 41 141 0 0.81 0.36 0.13 326.67 0.73 0.51
Hex DD 29 8D 0 51 24 D 147 49 33
Octal 335 51 215 0 121 44 15 507 111 63
Binary 11011101 101001 10001101 0 1010001 100100 1101 101000111 1001001 110011

Color Harmonies of #DD298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD298D

Black with #DD298D

Text Example


Text Example

White with #DD298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD298D; }

 p { color: rgb(221,41,141); }

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

background-color css

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

 a { background-color: rgb(221,41,141); }

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

border-color css

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

 span { border-color: rgb(221,41,141); }

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