Html Css Color HEX #DD387B Deep Cerise

📋 copy color: '#DD387B'

red 221 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #DD387B

Tints of Deep Cerise #DD387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 55.25%
G = 14%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD387B (or 0xDD387B) is known color: Deep Cerise. HEX triplet: DD, 38 and 7B. RGB value is (221,56,123). Sum of RGB (Red+Green+Blue) = 221+56+123=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD387B is #22C784. Grayscale: #707070. Windows color (decimal): -2279301 or 8075485. OLE color: 8075485.

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

Color convert

RGB 221 56 123 -
CMYK 0 0.75 0.44 0.13
HSL 335.64º 0.71% 0.54% -
HSV(B) 335.64º 0.75% 0.87% -
XYZ 34.81 19.63 20.69 -
YUV 112.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 221 56 123 0 0.75 0.44 0.13 335.64 0.71 0.54
Hex DD 38 7B 0 4B 2C D 150 47 36
Octal 335 70 173 0 113 54 15 520 107 66
Binary 11011101 111000 1111011 0 1001011 101100 1101 101010000 1000111 110110

Color Harmonies of #DD387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD387B

Black with #DD387B

Text Example


Text Example

White with #DD387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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