Html Css Color HEX #DD488F Deep Cerise

📋 copy color: '#DD488F'

red 221 ◦ green 72 ◦ blue 143

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

Shades of Deep Cerise #DD488F

Tints of Deep Cerise #DD488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 50.69%
G = 16.51%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD488F (or 0xDD488F) is known color: Deep Cerise. HEX triplet: DD, 48 and 8F. RGB value is (221,72,143). Sum of RGB (Red+Green+Blue) = 221+72+143=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD488F is #22B770. Grayscale: #7C7C7C. Windows color (decimal): -2275185 or 9390301. OLE color: 9390301.

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

Color convert

RGB 221 72 143 -
CMYK 0 0.67 0.35 0.13
HSL 331.41º 0.69% 0.57% -
HSV(B) 331.41º 0.67% 0.87% -
XYZ 37.09 21.99 28.28 -
YUV 124.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 221 72 143 0 0.67 0.35 0.13 331.41 0.69 0.57
Hex DD 48 8F 0 43 23 D 14B 45 39
Octal 335 110 217 0 103 43 15 513 105 71
Binary 11011101 1001000 10001111 0 1000011 100011 1101 101001011 1000101 111001

Color Harmonies of #DD488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD488F

Black with #DD488F

Text Example


Text Example

White with #DD488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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