Html Css Color HEX #DD3F90 Deep Cerise

📋 copy color: '#DD3F90'

red 221 ◦ green 63 ◦ blue 144

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

Shades of Deep Cerise #DD3F90

Tints of Deep Cerise #DD3F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 51.64%
G = 14.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3F90 (or 0xDD3F90) is known color: Deep Cerise. HEX triplet: DD, 3F and 90. RGB value is (221,63,144). Sum of RGB (Red+Green+Blue) = 221+63+144=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F90 is #22C06F. Grayscale: #777777. Windows color (decimal): -2277488 or 9453533. OLE color: 9453533.

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

Color convert

RGB 221 63 144 -
CMYK 0 0.71 0.35 0.13
HSL 329.24º 0.7% 0.56% -
HSV(B) 329.24º 0.71% 0.87% -
XYZ 36.63 20.94 28.5 -
YUV 119.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 221 63 144 0 0.71 0.35 0.13 329.24 0.7 0.56
Hex DD 3F 90 0 47 23 D 149 46 38
Octal 335 77 220 0 107 43 15 511 106 70
Binary 11011101 111111 10010000 0 1000111 100011 1101 101001001 1000110 111000

Color Harmonies of #DD3F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F90

Black with #DD3F90

Text Example


Text Example

White with #DD3F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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