Html Css Color HEX #DD397E Deep Cerise

📋 copy color: '#DD397E'

red 221 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #DD397E

Tints of Deep Cerise #DD397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 54.7%
G = 14.11%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD397E (or 0xDD397E) is known color: Deep Cerise. HEX triplet: DD, 39 and 7E. RGB value is (221,57,126). Sum of RGB (Red+Green+Blue) = 221+57+126=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD397E is #22C681. Grayscale: #717171. Windows color (decimal): -2279042 or 8272349. OLE color: 8272349.

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

Color convert

RGB 221 57 126 -
CMYK 0 0.74 0.43 0.13
HSL 334.76º 0.71% 0.55% -
HSV(B) 334.76º 0.74% 0.87% -
XYZ 35.05 19.8 21.71 -
YUV 113.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 221 57 126 0 0.74 0.43 0.13 334.76 0.71 0.55
Hex DD 39 7E 0 4A 2B D 14F 47 37
Octal 335 71 176 0 112 53 15 517 107 67
Binary 11011101 111001 1111110 0 1001010 101011 1101 101001111 1000111 110111

Color Harmonies of #DD397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD397E

Black with #DD397E

Text Example


Text Example

White with #DD397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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