Html Css Color HEX #DD3863 Cerise

📋 copy color: '#DD3863'

red 221 ◦ green 56 ◦ blue 99

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

Shades of Cerise #DD3863

Tints of Cerise #DD3863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.89%

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 58.78%
G = 14.89%
B = 26.33%

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

#DD3863 (or 0xDD3863) is known color: Cerise. HEX triplet: DD, 38 and 63. RGB value is (221,56,99). Sum of RGB (Red+Green+Blue) = 221+56+99=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3863 is #22C79C. Grayscale: #6E6E6E. Windows color (decimal): -2279325 or 6502621. OLE color: 6502621.

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

Color convert

RGB 221 56 99 -
CMYK 0 0.75 0.55 0.13
HSL 344.36º 0.71% 0.54% -
HSV(B) 344.36º 0.75% 0.87% -
XYZ 33.49 19.1 13.73 -
YUV 110.24 121.66 207 -
System Red Green Blue C M Y K H S L
Decimal 221 56 99 0 0.75 0.55 0.13 344.36 0.71 0.54
Hex DD 38 63 0 4B 37 D 158 47 36
Octal 335 70 143 0 113 67 15 530 107 66
Binary 11011101 111000 1100011 0 1001011 110111 1101 101011000 1000111 110110

Color Harmonies of #DD3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3863

Black with #DD3863

Text Example


Text Example

White with #DD3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3863; }

 p { color: rgb(221,56,99); }

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

background-color css

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

 a { background-color: rgb(221,56,99); }

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

border-color css

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

 span { border-color: rgb(221,56,99); }

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