Html Css Color HEX #DD365A Cerise

📋 copy color: '#DD365A'

red 221 ◦ green 54 ◦ blue 90

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

Shades of Cerise #DD365A

Tints of Cerise #DD365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 60.55%
G = 14.79%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD365A (or 0xDD365A) is known color: Cerise. HEX triplet: DD, 36 and 5A. RGB value is (221,54,90). Sum of RGB (Red+Green+Blue) = 221+54+90=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD365A is #22C9A5. Grayscale: #6C6C6C. Windows color (decimal): -2279846 or 5912285. OLE color: 5912285.

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

Color convert

RGB 221 54 90 -
CMYK 0 0.76 0.59 0.13
HSL 347.07º 0.71% 0.54% -
HSV(B) 347.07º 0.76% 0.87% -
XYZ 32.98 18.75 11.55 -
YUV 108.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 221 54 90 0 0.76 0.59 0.13 347.07 0.71 0.54
Hex DD 36 5A 0 4C 3B D 15B 47 36
Octal 335 66 132 0 114 73 15 533 107 66
Binary 11011101 110110 1011010 0 1001100 111011 1101 101011011 1000111 110110

Color Harmonies of #DD365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD365A

Black with #DD365A

Text Example


Text Example

White with #DD365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD365A; }

 p { color: rgb(221,54,90); }

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

background-color css

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

 a { background-color: rgb(221,54,90); }

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

border-color css

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

 span { border-color: rgb(221,54,90); }

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