Html Css Color HEX #DD3360 Cerise

📋 copy color: '#DD3360'

red 221 ◦ green 51 ◦ blue 96

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

Shades of Cerise #DD3360

Tints of Cerise #DD3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 60.05%
G = 13.86%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD3360 (or 0xDD3360) is known color: Cerise. HEX triplet: DD, 33 and 60. RGB value is (221,51,96). Sum of RGB (Red+Green+Blue) = 221+51+96=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3360 is #22CC9F. Grayscale: #6A6A6A. Windows color (decimal): -2280608 or 6304733. OLE color: 6304733.

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

Color convert

RGB 221 51 96 -
CMYK 0 0.77 0.57 0.13
HSL 344.12º 0.71% 0.53% -
HSV(B) 344.12º 0.77% 0.87% -
XYZ 33.11 18.58 12.91 -
YUV 106.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 221 51 96 0 0.77 0.57 0.13 344.12 0.71 0.53
Hex DD 33 60 0 4D 39 D 158 47 35
Octal 335 63 140 0 115 71 15 530 107 65
Binary 11011101 110011 1100000 0 1001101 111001 1101 101011000 1000111 110101

Color Harmonies of #DD3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3360

Black with #DD3360

Text Example


Text Example

White with #DD3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3360; }

 p { color: rgb(221,51,96); }

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

background-color css

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

 a { background-color: rgb(221,51,96); }

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

border-color css

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

 span { border-color: rgb(221,51,96); }

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