Html Css Color HEX #DD345A Cerise

📋 copy color: '#DD345A'

red 221 ◦ green 52 ◦ blue 90

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

Shades of Cerise #DD345A

Tints of Cerise #DD345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 60.88%
G = 14.33%
B = 24.79%

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

#DD345A (or 0xDD345A) is known color: Cerise. HEX triplet: DD, 34 and 5A. RGB value is (221,52,90). Sum of RGB (Red+Green+Blue) = 221+52+90=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD345A is #22CBA5. Grayscale: #6A6A6A. Windows color (decimal): -2280358 or 5911773. OLE color: 5911773.

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

Color convert

RGB 221 52 90 -
CMYK 0 0.76 0.59 0.13
HSL 346.51º 0.71% 0.54% -
HSV(B) 346.51º 0.76% 0.87% -
XYZ 32.89 18.57 11.52 -
YUV 106.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 221 52 90 0 0.76 0.59 0.13 346.51 0.71 0.54
Hex DD 34 5A 0 4C 3B D 15B 47 36
Octal 335 64 132 0 114 73 15 533 107 66
Binary 11011101 110100 1011010 0 1001100 111011 1101 101011011 1000111 110110

Color Harmonies of #DD345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD345A

Black with #DD345A

Text Example


Text Example

White with #DD345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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