Html Css Color HEX #DD438F Deep Cerise

📋 copy color: '#DD438F'

red 221 ◦ green 67 ◦ blue 143

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

Shades of Deep Cerise #DD438F

Tints of Deep Cerise #DD438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 51.28%
G = 15.55%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD438F (or 0xDD438F) is known color: Deep Cerise. HEX triplet: DD, 43 and 8F. RGB value is (221,67,143). Sum of RGB (Red+Green+Blue) = 221+67+143=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD438F is #22BC70. Grayscale: #797979. Windows color (decimal): -2276465 or 9389021. OLE color: 9389021.

HSL color Cylindrical-coordinate representation of color #DD438F: hue angle of 330.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD438F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 143 -
CMYK 0 0.70 0.35 0.13
HSL 330.39º 0.69% 0.56% -
HSV(B) 330.39º 0.7% 0.87% -
XYZ 36.78 21.37 28.17 -
YUV 121.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 221 67 143 0 0.70 0.35 0.13 330.39 0.69 0.56
Hex DD 43 8F 0 46 23 D 14A 45 38
Octal 335 103 217 0 106 43 15 512 105 70
Binary 11011101 1000011 10001111 0 1000110 100011 1101 101001010 1000101 111000

Color Harmonies of #DD438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD438F

Black with #DD438F

Text Example


Text Example

White with #DD438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD438F; }

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

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

background-color css

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

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

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

border-color css

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

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

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