Html Css Color HEX #DD316D Cerise

📋 copy color: '#DD316D'

red 221 ◦ green 49 ◦ blue 109

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

Shades of Cerise #DD316D

Tints of Cerise #DD316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 58.31%
G = 12.93%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD316D (or 0xDD316D) is known color: Cerise. HEX triplet: DD, 31 and 6D. RGB value is (221,49,109). Sum of RGB (Red+Green+Blue) = 221+49+109=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD316D is #22CE92. Grayscale: #6B6B6B. Windows color (decimal): -2281107 or 7156189. OLE color: 7156189.

HSL color Cylindrical-coordinate representation of color #DD316D: hue angle of 339.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD316D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 109 -
CMYK 0 0.78 0.51 0.13
HSL 339.07º 0.72% 0.53% -
HSV(B) 339.07º 0.78% 0.87% -
XYZ 33.68 18.67 16.3 -
YUV 107.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 221 49 109 0 0.78 0.51 0.13 339.07 0.72 0.53
Hex DD 31 6D 0 4E 33 D 153 48 35
Octal 335 61 155 0 116 63 15 523 110 65
Binary 11011101 110001 1101101 0 1001110 110011 1101 101010011 1001000 110101

Color Harmonies of #DD316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD316D

Black with #DD316D

Text Example


Text Example

White with #DD316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD316D; }

 p { color: rgb(221,49,109); }

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

background-color css

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

 a { background-color: rgb(221,49,109); }

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

border-color css

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

 span { border-color: rgb(221,49,109); }

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