Html Css Color HEX #DD3764 Cerise

📋 copy color: '#DD3764'

red 221 ◦ green 55 ◦ blue 100

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

Shades of Cerise #DD3764

Tints of Cerise #DD3764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 58.78%
G = 14.63%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3764 (or 0xDD3764) is known color: Cerise. HEX triplet: DD, 37 and 64. RGB value is (221,55,100). Sum of RGB (Red+Green+Blue) = 221+55+100=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3764 is #22C89B. Grayscale: #6D6D6D. Windows color (decimal): -2279580 or 6567901. OLE color: 6567901.

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

Color convert

RGB 221 55 100 -
CMYK 0 0.75 0.55 0.13
HSL 343.73º 0.71% 0.54% -
HSV(B) 343.73º 0.75% 0.87% -
XYZ 33.49 19.02 13.96 -
YUV 109.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 221 55 100 0 0.75 0.55 0.13 343.73 0.71 0.54
Hex DD 37 64 0 4B 37 D 158 47 36
Octal 335 67 144 0 113 67 15 530 107 66
Binary 11011101 110111 1100100 0 1001011 110111 1101 101011000 1000111 110110

Color Harmonies of #DD3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3764

Black with #DD3764

Text Example


Text Example

White with #DD3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3764; }

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

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

background-color css

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

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

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

border-color css

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

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

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