Html Css Color HEX #DD3F5A Cerise

📋 copy color: '#DD3F5A'

red 221 ◦ green 63 ◦ blue 90

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

Shades of Cerise #DD3F5A

Tints of Cerise #DD3F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 59.09%
G = 16.84%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD3F5A (or 0xDD3F5A) is known color: Cerise. HEX triplet: DD, 3F and 5A. RGB value is (221,63,90). Sum of RGB (Red+Green+Blue) = 221+63+90=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F5A is #22C0A5. Grayscale: #717171. Windows color (decimal): -2277542 or 5914589. OLE color: 5914589.

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

Color convert

RGB 221 63 90 -
CMYK 0 0.71 0.59 0.13
HSL 349.75º 0.7% 0.56% -
HSV(B) 349.75º 0.71% 0.87% -
XYZ 33.44 19.67 11.71 -
YUV 113.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 221 63 90 0 0.71 0.59 0.13 349.75 0.7 0.56
Hex DD 3F 5A 0 47 3B D 15E 46 38
Octal 335 77 132 0 107 73 15 536 106 70
Binary 11011101 111111 1011010 0 1000111 111011 1101 101011110 1000110 111000

Color Harmonies of #DD3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F5A

Black with #DD3F5A

Text Example


Text Example

White with #DD3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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