Html Css Color HEX #DD315B Cerise

📋 copy color: '#DD315B'

red 221 ◦ green 49 ◦ blue 91

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

Shades of Cerise #DD315B

Tints of Cerise #DD315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 61.22%
G = 13.57%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD315B (or 0xDD315B) is known color: Cerise. HEX triplet: DD, 31 and 5B. RGB value is (221,49,91). Sum of RGB (Red+Green+Blue) = 221+49+91=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD315B is #22CEA4. Grayscale: #696969. Windows color (decimal): -2281125 or 5976541. OLE color: 5976541.

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

Color convert

RGB 221 49 91 -
CMYK 0 0.78 0.59 0.13
HSL 345.35º 0.72% 0.53% -
HSV(B) 345.35º 0.78% 0.87% -
XYZ 32.81 18.32 11.71 -
YUV 105.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 221 49 91 0 0.78 0.59 0.13 345.35 0.72 0.53
Hex DD 31 5B 0 4E 3B D 159 48 35
Octal 335 61 133 0 116 73 15 531 110 65
Binary 11011101 110001 1011011 0 1001110 111011 1101 101011001 1001000 110101

Color Harmonies of #DD315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD315B

Black with #DD315B

Text Example


Text Example

White with #DD315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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