Html Css Color HEX #DD316A Cerise

📋 copy color: '#DD316A'

red 221 ◦ green 49 ◦ blue 106

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

Shades of Cerise #DD316A

Tints of Cerise #DD316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 58.78%
G = 13.03%
B = 28.19%

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

#DD316A (or 0xDD316A) is known color: Cerise. HEX triplet: DD, 31 and 6A. RGB value is (221,49,106). Sum of RGB (Red+Green+Blue) = 221+49+106=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD316A is #22CE95. Grayscale: #6A6A6A. Windows color (decimal): -2281110 or 6959581. OLE color: 6959581.

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

Color convert

RGB 221 49 106 -
CMYK 0 0.78 0.52 0.13
HSL 340.12º 0.72% 0.53% -
HSV(B) 340.12º 0.78% 0.87% -
XYZ 33.52 18.61 15.46 -
YUV 106.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 221 49 106 0 0.78 0.52 0.13 340.12 0.72 0.53
Hex DD 31 6A 0 4E 34 D 154 48 35
Octal 335 61 152 0 116 64 15 524 110 65
Binary 11011101 110001 1101010 0 1001110 110100 1101 101010100 1001000 110101

Color Harmonies of #DD316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD316A

Black with #DD316A

Text Example


Text Example

White with #DD316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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