Html Css Color HEX #DD38A9 Deep Cerise

📋 copy color: '#DD38A9'

red 221 ◦ green 56 ◦ blue 169

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

Shades of Deep Cerise #DD38A9

Tints of Deep Cerise #DD38A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 49.55%
G = 12.56%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD38A9 (or 0xDD38A9) is known color: Deep Cerise. HEX triplet: DD, 38 and A9. RGB value is (221,56,169). Sum of RGB (Red+Green+Blue) = 221+56+169=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A9 is #22C756. Grayscale: #757575. Windows color (decimal): -2279255 or 11090141. OLE color: 11090141.

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

Color convert

RGB 221 56 169 -
CMYK 0 0.75 0.24 0.13
HSL 318.91º 0.71% 0.54% -
HSV(B) 318.91º 0.75% 0.87% -
XYZ 38.39 21.07 39.58 -
YUV 118.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 221 56 169 0 0.75 0.24 0.13 318.91 0.71 0.54
Hex DD 38 A9 0 4B 18 D 13F 47 36
Octal 335 70 251 0 113 30 15 477 107 66
Binary 11011101 111000 10101001 0 1001011 11000 1101 100111111 1000111 110110

Color Harmonies of #DD38A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38A9

Black with #DD38A9

Text Example


Text Example

White with #DD38A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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