Html Css Color HEX #DD435E Cerise

📋 copy color: '#DD435E'

red 221 ◦ green 67 ◦ blue 94

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

Shades of Cerise #DD435E

Tints of Cerise #DD435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 57.85%
G = 17.54%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD435E (or 0xDD435E) is known color: Cerise. HEX triplet: DD, 43 and 5E. RGB value is (221,67,94). Sum of RGB (Red+Green+Blue) = 221+67+94=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD435E is #22BCA1. Grayscale: #747474. Windows color (decimal): -2276514 or 6177757. OLE color: 6177757.

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

Color convert

RGB 221 67 94 -
CMYK 0 0.70 0.57 0.13
HSL 349.48º 0.69% 0.56% -
HSV(B) 349.48º 0.7% 0.87% -
XYZ 33.85 20.19 12.7 -
YUV 116.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 221 67 94 0 0.70 0.57 0.13 349.48 0.69 0.56
Hex DD 43 5E 0 46 39 D 15D 45 38
Octal 335 103 136 0 106 71 15 535 105 70
Binary 11011101 1000011 1011110 0 1000110 111001 1101 101011101 1000101 111000

Color Harmonies of #DD435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD435E

Black with #DD435E

Text Example


Text Example

White with #DD435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD435E; }

 p { color: rgb(221,67,94); }

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

background-color css

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

 a { background-color: rgb(221,67,94); }

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

border-color css

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

 span { border-color: rgb(221,67,94); }

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