Html Css Color HEX #DD338F Deep Cerise

📋 copy color: '#DD338F'

red 221 ◦ green 51 ◦ blue 143

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

Shades of Deep Cerise #DD338F

Tints of Deep Cerise #DD338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.29%

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 53.25%
G = 12.29%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD338F (or 0xDD338F) is known color: Deep Cerise. HEX triplet: DD, 33 and 8F. RGB value is (221,51,143). Sum of RGB (Red+Green+Blue) = 221+51+143=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD338F is #22CC70. Grayscale: #707070. Windows color (decimal): -2280561 or 9384925. OLE color: 9384925.

HSL color Cylindrical-coordinate representation of color #DD338F: hue angle of 327.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD338F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 143 -
CMYK 0 0.77 0.35 0.13
HSL 327.53º 0.71% 0.53% -
HSV(B) 327.53º 0.77% 0.87% -
XYZ 35.96 19.72 27.9 -
YUV 112.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 221 51 143 0 0.77 0.35 0.13 327.53 0.71 0.53
Hex DD 33 8F 0 4D 23 D 148 47 35
Octal 335 63 217 0 115 43 15 510 107 65
Binary 11011101 110011 10001111 0 1001101 100011 1101 101001000 1000111 110101

Color Harmonies of #DD338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD338F

Black with #DD338F

Text Example


Text Example

White with #DD338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD338F; }

 p { color: rgb(221,51,143); }

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

background-color css

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

 a { background-color: rgb(221,51,143); }

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

border-color css

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

 span { border-color: rgb(221,51,143); }

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