Html Css Color HEX #DD405A Cerise

📋 copy color: '#DD405A'

red 221 ◦ green 64 ◦ blue 90

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

Shades of Cerise #DD405A

Tints of Cerise #DD405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 58.93%
G = 17.07%
B = 24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD405A (or 0xDD405A) is known color: Cerise. HEX triplet: DD, 40 and 5A. RGB value is (221,64,90). Sum of RGB (Red+Green+Blue) = 221+64+90=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405A is #22BFA5. Grayscale: #717171. Windows color (decimal): -2277286 or 5914845. OLE color: 5914845.

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

Color convert

RGB 221 64 90 -
CMYK 0 0.71 0.59 0.13
HSL 350.06º 0.7% 0.56% -
HSV(B) 350.06º 0.71% 0.87% -
XYZ 33.5 19.78 11.72 -
YUV 113.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 221 64 90 0 0.71 0.59 0.13 350.06 0.7 0.56
Hex DD 40 5A 0 47 3B D 15E 46 38
Octal 335 100 132 0 107 73 15 536 106 70
Binary 11011101 1000000 1011010 0 1000111 111011 1101 101011110 1000110 111000

Color Harmonies of #DD405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD405A

Black with #DD405A

Text Example


Text Example

White with #DD405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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