Html Css Color HEX #DD388F Deep Cerise

📋 copy color: '#DD388F'

red 221 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #DD388F

Tints of Deep Cerise #DD388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 52.62%
G = 13.33%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD388F (or 0xDD388F) is known color: Deep Cerise. HEX triplet: DD, 38 and 8F. RGB value is (221,56,143). Sum of RGB (Red+Green+Blue) = 221+56+143=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388F is #22C770. Grayscale: #737373. Windows color (decimal): -2279281 or 9386205. OLE color: 9386205.

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

Color convert

RGB 221 56 143 -
CMYK 0 0.75 0.35 0.13
HSL 328.36º 0.71% 0.54% -
HSV(B) 328.36º 0.75% 0.87% -
XYZ 36.19 20.18 27.97 -
YUV 115.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 221 56 143 0 0.75 0.35 0.13 328.36 0.71 0.54
Hex DD 38 8F 0 4B 23 D 148 47 36
Octal 335 70 217 0 113 43 15 510 107 66
Binary 11011101 111000 10001111 0 1001011 100011 1101 101001000 1000111 110110

Color Harmonies of #DD388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD388F

Black with #DD388F

Text Example


Text Example

White with #DD388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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