Html Css Color HEX #DD398B Deep Cerise

📋 copy color: '#DD398B'

red 221 ◦ green 57 ◦ blue 139

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

Shades of Deep Cerise #DD398B

Tints of Deep Cerise #DD398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 53%
G = 13.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD398B (or 0xDD398B) is known color: Deep Cerise. HEX triplet: DD, 39 and 8B. RGB value is (221,57,139). Sum of RGB (Red+Green+Blue) = 221+57+139=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD398B is #22C674. Grayscale: #737373. Windows color (decimal): -2279029 or 9124317. OLE color: 9124317.

HSL color Cylindrical-coordinate representation of color #DD398B: hue angle of 330º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD398B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 139 -
CMYK 0 0.74 0.37 0.13
HSL 330º 0.71% 0.55% -
HSV(B) 330º 0.74% 0.87% -
XYZ 35.94 20.16 26.42 -
YUV 115.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 221 57 139 0 0.74 0.37 0.13 330 0.71 0.55
Hex DD 39 8B 0 4A 25 D 14A 47 37
Octal 335 71 213 0 112 45 15 512 107 67
Binary 11011101 111001 10001011 0 1001010 100101 1101 101001010 1000111 110111

Color Harmonies of #DD398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD398B

Black with #DD398B

Text Example


Text Example

White with #DD398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD398B; }

 p { color: rgb(221,57,139); }

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

background-color css

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

 a { background-color: rgb(221,57,139); }

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

border-color css

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

 span { border-color: rgb(221,57,139); }

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