Html Css Color HEX #DD488D Deep Cerise

📋 copy color: '#DD488D'

red 221 ◦ green 72 ◦ blue 141

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

Shades of Deep Cerise #DD488D

Tints of Deep Cerise #DD488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

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

R = 50.92%
G = 16.59%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD488D (or 0xDD488D) is known color: Deep Cerise. HEX triplet: DD, 48 and 8D. RGB value is (221,72,141). Sum of RGB (Red+Green+Blue) = 221+72+141=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD488D is #22B772. Grayscale: #7C7C7C. Windows color (decimal): -2275187 or 9259229. OLE color: 9259229.

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

Color convert

RGB 221 72 141 -
CMYK 0 0.67 0.36 0.13
HSL 332.21º 0.69% 0.57% -
HSV(B) 332.21º 0.67% 0.87% -
XYZ 36.94 21.93 27.49 -
YUV 124.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 221 72 141 0 0.67 0.36 0.13 332.21 0.69 0.57
Hex DD 48 8D 0 43 24 D 14C 45 39
Octal 335 110 215 0 103 44 15 514 105 71
Binary 11011101 1001000 10001101 0 1000011 100100 1101 101001100 1000101 111001

Color Harmonies of #DD488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD488D

Black with #DD488D

Text Example


Text Example

White with #DD488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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