Html Css Color HEX #DD316B Cerise

📋 copy color: '#DD316B'

red 221 ◦ green 49 ◦ blue 107

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

Shades of Cerise #DD316B

Tints of Cerise #DD316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 58.62%
G = 13%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD316B (or 0xDD316B) is known color: Cerise. HEX triplet: DD, 31 and 6B. RGB value is (221,49,107). Sum of RGB (Red+Green+Blue) = 221+49+107=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD316B is #22CE94. Grayscale: #6A6A6A. Windows color (decimal): -2281109 or 7025117. OLE color: 7025117.

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

Color convert

RGB 221 49 107 -
CMYK 0 0.78 0.52 0.13
HSL 339.77º 0.72% 0.53% -
HSV(B) 339.77º 0.78% 0.87% -
XYZ 33.57 18.63 15.74 -
YUV 107.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 221 49 107 0 0.78 0.52 0.13 339.77 0.72 0.53
Hex DD 31 6B 0 4E 34 D 154 48 35
Octal 335 61 153 0 116 64 15 524 110 65
Binary 11011101 110001 1101011 0 1001110 110100 1101 101010100 1001000 110101

Color Harmonies of #DD316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD316B

Black with #DD316B

Text Example


Text Example

White with #DD316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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