Html Css Color HEX #DD38A4 Deep Cerise

📋 copy color: '#DD38A4'

red 221 ◦ green 56 ◦ blue 164

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

Shades of Deep Cerise #DD38A4

Tints of Deep Cerise #DD38A4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 50.11%
G = 12.7%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD38A4 (or 0xDD38A4) is known color: Deep Cerise. HEX triplet: DD, 38 and A4. RGB value is (221,56,164). Sum of RGB (Red+Green+Blue) = 221+56+164=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A4 is #22C75B. Grayscale: #757575. Windows color (decimal): -2279260 or 10762461. OLE color: 10762461.

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

Color convert

RGB 221 56 164 -
CMYK 0 0.75 0.26 0.13
HSL 320.73º 0.71% 0.54% -
HSV(B) 320.73º 0.75% 0.87% -
XYZ 37.93 20.88 37.15 -
YUV 117.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 221 56 164 0 0.75 0.26 0.13 320.73 0.71 0.54
Hex DD 38 A4 0 4B 1A D 141 47 36
Octal 335 70 244 0 113 32 15 501 107 66
Binary 11011101 111000 10100100 0 1001011 11010 1101 101000001 1000111 110110

Color Harmonies of #DD38A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38A4

Black with #DD38A4

Text Example


Text Example

White with #DD38A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38A4; }

 p { color: rgb(221,56,164); }

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

background-color css

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

 a { background-color: rgb(221,56,164); }

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

border-color css

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

 span { border-color: rgb(221,56,164); }

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