Html Css Color HEX #DD3F5E Cerise

📋 copy color: '#DD3F5E'

red 221 ◦ green 63 ◦ blue 94

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

Shades of Cerise #DD3F5E

Tints of Cerise #DD3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

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

R = 58.47%
G = 16.67%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD3F5E (or 0xDD3F5E) is known color: Cerise. HEX triplet: DD, 3F and 5E. RGB value is (221,63,94). Sum of RGB (Red+Green+Blue) = 221+63+94=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F5E is #22C0A1. Grayscale: #717171. Windows color (decimal): -2277538 or 6176733. OLE color: 6176733.

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

Color convert

RGB 221 63 94 -
CMYK 0 0.71 0.57 0.13
HSL 348.23º 0.7% 0.56% -
HSV(B) 348.23º 0.71% 0.87% -
XYZ 33.62 19.74 12.63 -
YUV 113.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 221 63 94 0 0.71 0.57 0.13 348.23 0.7 0.56
Hex DD 3F 5E 0 47 39 D 15C 46 38
Octal 335 77 136 0 107 71 15 534 106 70
Binary 11011101 111111 1011110 0 1000111 111001 1101 101011100 1000110 111000

Color Harmonies of #DD3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F5E

Black with #DD3F5E

Text Example


Text Example

White with #DD3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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