Html Css Color HEX #DD458A Deep Cerise

📋 copy color: '#DD458A'

red 221 ◦ green 69 ◦ blue 138

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

Shades of Deep Cerise #DD458A

Tints of Deep Cerise #DD458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 51.64%
G = 16.12%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD458A (or 0xDD458A) is known color: Deep Cerise. HEX triplet: DD, 45 and 8A. RGB value is (221,69,138). Sum of RGB (Red+Green+Blue) = 221+69+138=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD458A is #22BA75. Grayscale: #7A7A7A. Windows color (decimal): -2275958 or 9061853. OLE color: 9061853.

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

Color convert

RGB 221 69 138 -
CMYK 0 0.69 0.38 0.13
HSL 332.76º 0.69% 0.57% -
HSV(B) 332.76º 0.69% 0.87% -
XYZ 36.53 21.46 26.26 -
YUV 122.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 221 69 138 0 0.69 0.38 0.13 332.76 0.69 0.57
Hex DD 45 8A 0 45 26 D 14D 45 39
Octal 335 105 212 0 105 46 15 515 105 71
Binary 11011101 1000101 10001010 0 1000101 100110 1101 101001101 1000101 111001

Color Harmonies of #DD458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD458A

Black with #DD458A

Text Example


Text Example

White with #DD458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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