Html Css Color HEX #DD3F5C Cerise

📋 copy color: '#DD3F5C'

red 221 ◦ green 63 ◦ blue 92

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

Shades of Cerise #DD3F5C

Tints of Cerise #DD3F5C

RGB

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

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

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

R = 58.78%
G = 16.76%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD3F5C (or 0xDD3F5C) is known color: Cerise. HEX triplet: DD, 3F and 5C. RGB value is (221,63,92). Sum of RGB (Red+Green+Blue) = 221+63+92=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F5C is #22C0A3. Grayscale: #717171. Windows color (decimal): -2277540 or 6045661. OLE color: 6045661.

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

Color convert

RGB 221 63 92 -
CMYK 0 0.71 0.58 0.13
HSL 348.99º 0.7% 0.56% -
HSV(B) 348.99º 0.71% 0.87% -
XYZ 33.53 19.7 12.16 -
YUV 113.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 221 63 92 0 0.71 0.58 0.13 348.99 0.7 0.56
Hex DD 3F 5C 0 47 3A D 15D 46 38
Octal 335 77 134 0 107 72 15 535 106 70
Binary 11011101 111111 1011100 0 1000111 111010 1101 101011101 1000110 111000

Color Harmonies of #DD3F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F5C

Black with #DD3F5C

Text Example


Text Example

White with #DD3F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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