Html Css Color HEX #DD3664 Cerise

📋 copy color: '#DD3664'

red 221 ◦ green 54 ◦ blue 100

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

Shades of Cerise #DD3664

Tints of Cerise #DD3664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

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

R = 58.93%
G = 14.4%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3664 (or 0xDD3664) is known color: Cerise. HEX triplet: DD, 36 and 64. RGB value is (221,54,100). Sum of RGB (Red+Green+Blue) = 221+54+100=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3664 is #22C99B. Grayscale: #6D6D6D. Windows color (decimal): -2279836 or 6567645. OLE color: 6567645.

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

Color convert

RGB 221 54 100 -
CMYK 0 0.76 0.55 0.13
HSL 343.47º 0.71% 0.54% -
HSV(B) 343.47º 0.76% 0.87% -
XYZ 33.44 18.93 13.95 -
YUV 109.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 221 54 100 0 0.76 0.55 0.13 343.47 0.71 0.54
Hex DD 36 64 0 4C 37 D 157 47 36
Octal 335 66 144 0 114 67 15 527 107 66
Binary 11011101 110110 1100100 0 1001100 110111 1101 101010111 1000111 110110

Color Harmonies of #DD3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3664

Black with #DD3664

Text Example


Text Example

White with #DD3664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3664; }

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

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

background-color css

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

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

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

border-color css

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

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

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