Html Css Color HEX #DD367E Deep Cerise

📋 copy color: '#DD367E'

red 221 ◦ green 54 ◦ blue 126

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

Shades of Deep Cerise #DD367E

Tints of Deep Cerise #DD367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

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

R = 55.11%
G = 13.47%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD367E (or 0xDD367E) is known color: Deep Cerise. HEX triplet: DD, 36 and 7E. RGB value is (221,54,126). Sum of RGB (Red+Green+Blue) = 221+54+126=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD367E is #22C981. Grayscale: #707070. Windows color (decimal): -2279810 or 8271581. OLE color: 8271581.

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

Color convert

RGB 221 54 126 -
CMYK 0 0.76 0.43 0.13
HSL 334.13º 0.71% 0.54% -
HSV(B) 334.13º 0.76% 0.87% -
XYZ 34.9 19.52 21.67 -
YUV 112.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 221 54 126 0 0.76 0.43 0.13 334.13 0.71 0.54
Hex DD 36 7E 0 4C 2B D 14E 47 36
Octal 335 66 176 0 114 53 15 516 107 66
Binary 11011101 110110 1111110 0 1001100 101011 1101 101001110 1000111 110110

Color Harmonies of #DD367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD367E

Black with #DD367E

Text Example


Text Example

White with #DD367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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