Html Css Color HEX #DD376A Cerise

📋 copy color: '#DD376A'

red 221 ◦ green 55 ◦ blue 106

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

Shades of Cerise #DD376A

Tints of Cerise #DD376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

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

R = 57.85%
G = 14.4%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD376A (or 0xDD376A) is known color: Cerise. HEX triplet: DD, 37 and 6A. RGB value is (221,55,106). Sum of RGB (Red+Green+Blue) = 221+55+106=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376A is #22C895. Grayscale: #6E6E6E. Windows color (decimal): -2279574 or 6961117. OLE color: 6961117.

HSL color Cylindrical-coordinate representation of color #DD376A: hue angle of 341.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD376A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 106 -
CMYK 0 0.75 0.52 0.13
HSL 341.57º 0.71% 0.54% -
HSV(B) 341.57º 0.75% 0.87% -
XYZ 33.79 19.15 15.55 -
YUV 110.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 221 55 106 0 0.75 0.52 0.13 341.57 0.71 0.54
Hex DD 37 6A 0 4B 34 D 156 47 36
Octal 335 67 152 0 113 64 15 526 107 66
Binary 11011101 110111 1101010 0 1001011 110100 1101 101010110 1000111 110110

Color Harmonies of #DD376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD376A

Black with #DD376A

Text Example


Text Example

White with #DD376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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