Html Css Color HEX #DD438E Deep Cerise

📋 copy color: '#DD438E'

red 221 ◦ green 67 ◦ blue 142

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

Shades of Deep Cerise #DD438E

Tints of Deep Cerise #DD438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 51.4%
G = 15.58%
B = 33.02%

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

#DD438E (or 0xDD438E) is known color: Deep Cerise. HEX triplet: DD, 43 and 8E. RGB value is (221,67,142). Sum of RGB (Red+Green+Blue) = 221+67+142=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD438E is #22BC71. Grayscale: #797979. Windows color (decimal): -2276466 or 9323485. OLE color: 9323485.

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

Color convert

RGB 221 67 142 -
CMYK 0 0.70 0.36 0.13
HSL 330.78º 0.69% 0.56% -
HSV(B) 330.78º 0.7% 0.87% -
XYZ 36.71 21.34 27.78 -
YUV 121.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 221 67 142 0 0.70 0.36 0.13 330.78 0.69 0.56
Hex DD 43 8E 0 46 24 D 14B 45 38
Octal 335 103 216 0 106 44 15 513 105 70
Binary 11011101 1000011 10001110 0 1000110 100100 1101 101001011 1000101 111000

Color Harmonies of #DD438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD438E

Black with #DD438E

Text Example


Text Example

White with #DD438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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