Html Css Color HEX #DD315D Cerise

📋 copy color: '#DD315D'

red 221 ◦ green 49 ◦ blue 93

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

Shades of Cerise #DD315D

Tints of Cerise #DD315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 60.88%
G = 13.5%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD315D (or 0xDD315D) is known color: Cerise. HEX triplet: DD, 31 and 5D. RGB value is (221,49,93). Sum of RGB (Red+Green+Blue) = 221+49+93=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD315D is #22CEA2. Grayscale: #696969. Windows color (decimal): -2281123 or 6107613. OLE color: 6107613.

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

Color convert

RGB 221 49 93 -
CMYK 0 0.78 0.58 0.13
HSL 344.65º 0.72% 0.53% -
HSV(B) 344.65º 0.78% 0.87% -
XYZ 32.89 18.36 12.17 -
YUV 105.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 221 49 93 0 0.78 0.58 0.13 344.65 0.72 0.53
Hex DD 31 5D 0 4E 3A D 159 48 35
Octal 335 61 135 0 116 72 15 531 110 65
Binary 11011101 110001 1011101 0 1001110 111010 1101 101011001 1001000 110101

Color Harmonies of #DD315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD315D

Black with #DD315D

Text Example


Text Example

White with #DD315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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