Html Css Color HEX #DD3365 Cerise

📋 copy color: '#DD3365'

red 221 ◦ green 51 ◦ blue 101

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

Shades of Cerise #DD3365

Tints of Cerise #DD3365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 59.25%
G = 13.67%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD3365 (or 0xDD3365) is known color: Cerise. HEX triplet: DD, 33 and 65. RGB value is (221,51,101). Sum of RGB (Red+Green+Blue) = 221+51+101=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3365 is #22CC9A. Grayscale: #6B6B6B. Windows color (decimal): -2280603 or 6632413. OLE color: 6632413.

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

Color convert

RGB 221 51 101 -
CMYK 0 0.77 0.54 0.13
HSL 342.35º 0.71% 0.53% -
HSV(B) 342.35º 0.77% 0.87% -
XYZ 33.35 18.68 14.16 -
YUV 107.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 221 51 101 0 0.77 0.54 0.13 342.35 0.71 0.53
Hex DD 33 65 0 4D 36 D 156 47 35
Octal 335 63 145 0 115 66 15 526 107 65
Binary 11011101 110011 1100101 0 1001101 110110 1101 101010110 1000111 110101

Color Harmonies of #DD3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3365

Black with #DD3365

Text Example


Text Example

White with #DD3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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