Html Css Color HEX #DD458F Deep Cerise

📋 copy color: '#DD458F'

red 221 ◦ green 69 ◦ blue 143

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

Shades of Deep Cerise #DD458F

Tints of Deep Cerise #DD458F

RGB

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

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

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

R = 51.04%
G = 15.94%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD458F (or 0xDD458F) is known color: Deep Cerise. HEX triplet: DD, 45 and 8F. RGB value is (221,69,143). Sum of RGB (Red+Green+Blue) = 221+69+143=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD458F is #22BA70. Grayscale: #7A7A7A. Windows color (decimal): -2275953 or 9389533. OLE color: 9389533.

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

Color convert

RGB 221 69 143 -
CMYK 0 0.69 0.35 0.13
HSL 330.79º 0.69% 0.57% -
HSV(B) 330.79º 0.69% 0.87% -
XYZ 36.9 21.61 28.21 -
YUV 122.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 221 69 143 0 0.69 0.35 0.13 330.79 0.69 0.57
Hex DD 45 8F 0 45 23 D 14B 45 39
Octal 335 105 217 0 105 43 15 513 105 71
Binary 11011101 1000101 10001111 0 1000101 100011 1101 101001011 1000101 111001

Color Harmonies of #DD458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD458F

Black with #DD458F

Text Example


Text Example

White with #DD458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD458F; }

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

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

background-color css

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

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

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

border-color css

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

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

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