Html Css Color HEX #DD458D Deep Cerise

📋 copy color: '#DD458D'

red 221 ◦ green 69 ◦ blue 141

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

Shades of Deep Cerise #DD458D

Tints of Deep Cerise #DD458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.01%

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

R = 51.28%
G = 16.01%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD458D (or 0xDD458D) is known color: Deep Cerise. HEX triplet: DD, 45 and 8D. RGB value is (221,69,141). Sum of RGB (Red+Green+Blue) = 221+69+141=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD458D is #22BA72. Grayscale: #7A7A7A. Windows color (decimal): -2275955 or 9258461. OLE color: 9258461.

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

Color convert

RGB 221 69 141 -
CMYK 0 0.69 0.36 0.13
HSL 331.58º 0.69% 0.57% -
HSV(B) 331.58º 0.69% 0.87% -
XYZ 36.75 21.55 27.42 -
YUV 122.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 221 69 141 0 0.69 0.36 0.13 331.58 0.69 0.57
Hex DD 45 8D 0 45 24 D 14C 45 39
Octal 335 105 215 0 105 44 15 514 105 71
Binary 11011101 1000101 10001101 0 1000101 100100 1101 101001100 1000101 111001

Color Harmonies of #DD458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD458D

Black with #DD458D

Text Example


Text Example

White with #DD458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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