Html Css Color HEX #DD387E Deep Cerise

📋 copy color: '#DD387E'

red 221 ◦ green 56 ◦ blue 126

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

Shades of Deep Cerise #DD387E

Tints of Deep Cerise #DD387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

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

R = 54.84%
G = 13.9%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD387E (or 0xDD387E) is known color: Deep Cerise. HEX triplet: DD, 38 and 7E. RGB value is (221,56,126). Sum of RGB (Red+Green+Blue) = 221+56+126=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD387E is #22C781. Grayscale: #717171. Windows color (decimal): -2279298 or 8272093. OLE color: 8272093.

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

Color convert

RGB 221 56 126 -
CMYK 0 0.75 0.43 0.13
HSL 334.55º 0.71% 0.54% -
HSV(B) 334.55º 0.75% 0.87% -
XYZ 35 19.71 21.7 -
YUV 113.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 221 56 126 0 0.75 0.43 0.13 334.55 0.71 0.54
Hex DD 38 7E 0 4B 2B D 14F 47 36
Octal 335 70 176 0 113 53 15 517 107 66
Binary 11011101 111000 1111110 0 1001011 101011 1101 101001111 1000111 110110

Color Harmonies of #DD387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD387E

Black with #DD387E

Text Example


Text Example

White with #DD387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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