Html Css Color HEX #DD425F Cerise

📋 copy color: '#DD425F'

red 221 ◦ green 66 ◦ blue 95

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

Shades of Cerise #DD425F

Tints of Cerise #DD425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 57.85%
G = 17.28%
B = 24.87%

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

#DD425F (or 0xDD425F) is known color: Cerise. HEX triplet: DD, 42 and 5F. RGB value is (221,66,95). Sum of RGB (Red+Green+Blue) = 221+66+95=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD425F is #22BDA0. Grayscale: #737373. Windows color (decimal): -2276769 or 6243037. OLE color: 6243037.

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

Color convert

RGB 221 66 95 -
CMYK 0 0.70 0.57 0.13
HSL 348.77º 0.7% 0.56% -
HSV(B) 348.77º 0.7% 0.87% -
XYZ 33.83 20.09 12.92 -
YUV 115.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 221 66 95 0 0.70 0.57 0.13 348.77 0.7 0.56
Hex DD 42 5F 0 46 39 D 15D 46 38
Octal 335 102 137 0 106 71 15 535 106 70
Binary 11011101 1000010 1011111 0 1000110 111001 1101 101011101 1000110 111000

Color Harmonies of #DD425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD425F

Black with #DD425F

Text Example


Text Example

White with #DD425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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