Html Css Color HEX #DD2365 Cerise

📋 copy color: '#DD2365'

red 221 ◦ green 35 ◦ blue 101

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

Shades of Cerise #DD2365

Tints of Cerise #DD2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

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

R = 61.9%
G = 9.8%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD2365 (or 0xDD2365) is known color: Cerise. HEX triplet: DD, 23 and 65. RGB value is (221,35,101). Sum of RGB (Red+Green+Blue) = 221+35+101=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2365 is #22DC9A. Grayscale: #626262. Windows color (decimal): -2284699 or 6628317. OLE color: 6628317.

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

Color convert

RGB 221 35 101 -
CMYK 0 0.84 0.54 0.13
HSL 338.71º 0.73% 0.5% -
HSV(B) 338.71º 0.84% 0.87% -
XYZ 32.77 17.51 13.97 -
YUV 98.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 221 35 101 0 0.84 0.54 0.13 338.71 0.73 0.5
Hex DD 23 65 0 54 36 D 153 49 32
Octal 335 43 145 0 124 66 15 523 111 62
Binary 11011101 100011 1100101 0 1010100 110110 1101 101010011 1001001 110010

Color Harmonies of #DD2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2365

Black with #DD2365

Text Example


Text Example

White with #DD2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2365; }

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

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

background-color css

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

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

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

border-color css

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

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

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