Html Css Color HEX #DD3862 Cerise

📋 copy color: '#DD3862'

red 221 ◦ green 56 ◦ blue 98

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

Shades of Cerise #DD3862

Tints of Cerise #DD3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 58.93%
G = 14.93%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3862 (or 0xDD3862) is known color: Cerise. HEX triplet: DD, 38 and 62. RGB value is (221,56,98). Sum of RGB (Red+Green+Blue) = 221+56+98=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3862 is #22C79D. Grayscale: #6E6E6E. Windows color (decimal): -2279326 or 6437085. OLE color: 6437085.

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

Color convert

RGB 221 56 98 -
CMYK 0 0.75 0.56 0.13
HSL 344.73º 0.71% 0.54% -
HSV(B) 344.73º 0.75% 0.87% -
XYZ 33.44 19.08 13.48 -
YUV 110.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 221 56 98 0 0.75 0.56 0.13 344.73 0.71 0.54
Hex DD 38 62 0 4B 38 D 159 47 36
Octal 335 70 142 0 113 70 15 531 107 66
Binary 11011101 111000 1100010 0 1001011 111000 1101 101011001 1000111 110110

Color Harmonies of #DD3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3862

Black with #DD3862

Text Example


Text Example

White with #DD3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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