Html Css Color HEX #DD425C Cerise

📋 copy color: '#DD425C'

red 221 ◦ green 66 ◦ blue 92

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

Shades of Cerise #DD425C

Tints of Cerise #DD425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 58.31%
G = 17.41%
B = 24.27%

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

#DD425C (or 0xDD425C) is known color: Cerise. HEX triplet: DD, 42 and 5C. RGB value is (221,66,92). Sum of RGB (Red+Green+Blue) = 221+66+92=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD425C is #22BDA3. Grayscale: #737373. Windows color (decimal): -2276772 or 6046429. OLE color: 6046429.

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

Color convert

RGB 221 66 92 -
CMYK 0 0.70 0.58 0.13
HSL 349.94º 0.7% 0.56% -
HSV(B) 349.94º 0.7% 0.87% -
XYZ 33.7 20.04 12.22 -
YUV 115.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 221 66 92 0 0.70 0.58 0.13 349.94 0.7 0.56
Hex DD 42 5C 0 46 3A D 15E 46 38
Octal 335 102 134 0 106 72 15 536 106 70
Binary 11011101 1000010 1011100 0 1000110 111010 1101 101011110 1000110 111000

Color Harmonies of #DD425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD425C

Black with #DD425C

Text Example


Text Example

White with #DD425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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