Html Css Color HEX #DD439B Deep Cerise

📋 copy color: '#DD439B'

red 221 ◦ green 67 ◦ blue 155

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

Shades of Deep Cerise #DD439B

Tints of Deep Cerise #DD439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.12%

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

R = 49.89%
G = 15.12%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD439B (or 0xDD439B) is known color: Deep Cerise. HEX triplet: DD, 43 and 9B. RGB value is (221,67,155). Sum of RGB (Red+Green+Blue) = 221+67+155=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD439B is #22BC64. Grayscale: #7A7A7A. Windows color (decimal): -2276453 or 10175453. OLE color: 10175453.

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

Color convert

RGB 221 67 155 -
CMYK 0 0.70 0.30 0.13
HSL 325.71º 0.69% 0.56% -
HSV(B) 325.71º 0.7% 0.87% -
XYZ 37.74 21.75 33.22 -
YUV 123.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 221 67 155 0 0.70 0.30 0.13 325.71 0.69 0.56
Hex DD 43 9B 0 46 1E D 146 45 38
Octal 335 103 233 0 106 36 15 506 105 70
Binary 11011101 1000011 10011011 0 1000110 11110 1101 101000110 1000101 111000

Color Harmonies of #DD439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD439B

Black with #DD439B

Text Example


Text Example

White with #DD439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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