Html Css Color HEX #DD2664 Cerise

📋 copy color: '#DD2664'

red 221 ◦ green 38 ◦ blue 100

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

Shades of Cerise #DD2664

Tints of Cerise #DD2664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 61.56%
G = 10.58%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD2664 (or 0xDD2664) is known color: Cerise. HEX triplet: DD, 26 and 64. RGB value is (221,38,100). Sum of RGB (Red+Green+Blue) = 221+38+100=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2664 is #22D99B. Grayscale: #636363. Windows color (decimal): -2283932 or 6563549. OLE color: 6563549.

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

Color convert

RGB 221 38 100 -
CMYK 0 0.83 0.55 0.13
HSL 339.67º 0.73% 0.51% -
HSV(B) 339.67º 0.83% 0.87% -
XYZ 32.81 17.68 13.74 -
YUV 99.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 221 38 100 0 0.83 0.55 0.13 339.67 0.73 0.51
Hex DD 26 64 0 53 37 D 154 49 33
Octal 335 46 144 0 123 67 15 524 111 63
Binary 11011101 100110 1100100 0 1010011 110111 1101 101010100 1001001 110011

Color Harmonies of #DD2664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2664

Black with #DD2664

Text Example


Text Example

White with #DD2664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2664; }

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

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

background-color css

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

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

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

border-color css

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

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

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