Html Css Color HEX #DD397F Deep Cerise

📋 copy color: '#DD397F'

red 221 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #DD397F

Tints of Deep Cerise #DD397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.36%

R = 54.57%
G = 14.07%
B = 31.36%

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

#DD397F (or 0xDD397F) is known color: Deep Cerise. HEX triplet: DD, 39 and 7F. RGB value is (221,57,127). Sum of RGB (Red+Green+Blue) = 221+57+127=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD397F is #22C680. Grayscale: #717171. Windows color (decimal): -2279041 or 8337885. OLE color: 8337885.

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

Color convert

RGB 221 57 127 -
CMYK 0 0.74 0.43 0.13
HSL 334.39º 0.71% 0.55% -
HSV(B) 334.39º 0.74% 0.87% -
XYZ 35.11 19.83 22.06 -
YUV 114.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 221 57 127 0 0.74 0.43 0.13 334.39 0.71 0.55
Hex DD 39 7F 0 4A 2B D 14E 47 37
Octal 335 71 177 0 112 53 15 516 107 67
Binary 11011101 111001 1111111 0 1001010 101011 1101 101001110 1000111 110111

Color Harmonies of #DD397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD397F

Black with #DD397F

Text Example


Text Example

White with #DD397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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