Html Css Color HEX #DD425D Cerise

📋 copy color: '#DD425D'

red 221 ◦ green 66 ◦ blue 93

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

Shades of Cerise #DD425D

Tints of Cerise #DD425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 58.16%
G = 17.37%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD425D (or 0xDD425D) is known color: Cerise. HEX triplet: DD, 42 and 5D. RGB value is (221,66,93). Sum of RGB (Red+Green+Blue) = 221+66+93=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD425D is #22BDA2. Grayscale: #737373. Windows color (decimal): -2276771 or 6111965. OLE color: 6111965.

HSL color Cylindrical-coordinate representation of color #DD425D: hue angle of 349.55º degrees, saturation: 0.7, 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 #DD425D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 93 -
CMYK 0 0.70 0.58 0.13
HSL 349.55º 0.7% 0.56% -
HSV(B) 349.55º 0.7% 0.87% -
XYZ 33.74 20.06 12.45 -
YUV 115.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 221 66 93 0 0.70 0.58 0.13 349.55 0.7 0.56
Hex DD 42 5D 0 46 3A D 15E 46 38
Octal 335 102 135 0 106 72 15 536 106 70
Binary 11011101 1000010 1011101 0 1000110 111010 1101 101011110 1000110 111000

Color Harmonies of #DD425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD425D

Black with #DD425D

Text Example


Text Example

White with #DD425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD425D; }

 p { color: rgb(221,66,93); }

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

background-color css

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

 a { background-color: rgb(221,66,93); }

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

border-color css

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

 span { border-color: rgb(221,66,93); }

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