Html Css Color HEX #DD459B Deep Cerise

📋 copy color: '#DD459B'

red 221 ◦ green 69 ◦ blue 155

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

Shades of Deep Cerise #DD459B

Tints of Deep Cerise #DD459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 49.66%
G = 15.51%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD459B (or 0xDD459B) is known color: Deep Cerise. HEX triplet: DD, 45 and 9B. RGB value is (221,69,155). Sum of RGB (Red+Green+Blue) = 221+69+155=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD459B is #22BA64. Grayscale: #7C7C7C. Windows color (decimal): -2275941 or 10175965. OLE color: 10175965.

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

Color convert

RGB 221 69 155 -
CMYK 0 0.69 0.30 0.13
HSL 326.05º 0.69% 0.57% -
HSV(B) 326.05º 0.69% 0.87% -
XYZ 37.86 21.99 33.26 -
YUV 124.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 221 69 155 0 0.69 0.30 0.13 326.05 0.69 0.57
Hex DD 45 9B 0 45 1E D 146 45 39
Octal 335 105 233 0 105 36 15 506 105 71
Binary 11011101 1000101 10011011 0 1000101 11110 1101 101000110 1000101 111001

Color Harmonies of #DD459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD459B

Black with #DD459B

Text Example


Text Example

White with #DD459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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