Html Css Color HEX #DD438D Deep Cerise

📋 copy color: '#DD438D'

red 221 ◦ green 67 ◦ blue 141

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

Shades of Deep Cerise #DD438D

Tints of Deep Cerise #DD438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 51.52%
G = 15.62%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD438D (or 0xDD438D) is known color: Deep Cerise. HEX triplet: DD, 43 and 8D. RGB value is (221,67,141). Sum of RGB (Red+Green+Blue) = 221+67+141=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD438D is #22BC72. Grayscale: #797979. Windows color (decimal): -2276467 or 9257949. OLE color: 9257949.

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

Color convert

RGB 221 67 141 -
CMYK 0 0.70 0.36 0.13
HSL 331.17º 0.69% 0.56% -
HSV(B) 331.17º 0.7% 0.87% -
XYZ 36.63 21.31 27.38 -
YUV 121.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 221 67 141 0 0.70 0.36 0.13 331.17 0.69 0.56
Hex DD 43 8D 0 46 24 D 14B 45 38
Octal 335 103 215 0 106 44 15 513 105 70
Binary 11011101 1000011 10001101 0 1000110 100100 1101 101001011 1000101 111000

Color Harmonies of #DD438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD438D

Black with #DD438D

Text Example


Text Example

White with #DD438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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