Html Css Color HEX #DD438A Deep Cerise

📋 copy color: '#DD438A'

red 221 ◦ green 67 ◦ blue 138

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

Shades of Deep Cerise #DD438A

Tints of Deep Cerise #DD438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 51.88%
G = 15.73%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD438A (or 0xDD438A) is known color: Deep Cerise. HEX triplet: DD, 43 and 8A. RGB value is (221,67,138). Sum of RGB (Red+Green+Blue) = 221+67+138=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD438A is #22BC75. Grayscale: #797979. Windows color (decimal): -2276470 or 9061341. OLE color: 9061341.

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

Color convert

RGB 221 67 138 -
CMYK 0 0.70 0.38 0.13
HSL 332.34º 0.69% 0.56% -
HSV(B) 332.34º 0.7% 0.87% -
XYZ 36.41 21.22 26.22 -
YUV 121.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 221 67 138 0 0.70 0.38 0.13 332.34 0.69 0.56
Hex DD 43 8A 0 46 26 D 14C 45 38
Octal 335 103 212 0 106 46 15 514 105 70
Binary 11011101 1000011 10001010 0 1000110 100110 1101 101001100 1000101 111000

Color Harmonies of #DD438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD438A

Black with #DD438A

Text Example


Text Example

White with #DD438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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