Html Css Color HEX #DD38A1 Deep Cerise

📋 copy color: '#DD38A1'

red 221 ◦ green 56 ◦ blue 161

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

Shades of Deep Cerise #DD38A1

Tints of Deep Cerise #DD38A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 50.46%
G = 12.79%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD38A1 (or 0xDD38A1) is known color: Deep Cerise. HEX triplet: DD, 38 and A1. RGB value is (221,56,161). Sum of RGB (Red+Green+Blue) = 221+56+161=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A1 is #22C75E. Grayscale: #757575. Windows color (decimal): -2279263 or 10565853. OLE color: 10565853.

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

Color convert

RGB 221 56 161 -
CMYK 0 0.75 0.27 0.13
HSL 321.82º 0.71% 0.54% -
HSV(B) 321.82º 0.75% 0.87% -
XYZ 37.67 20.77 35.74 -
YUV 117.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 221 56 161 0 0.75 0.27 0.13 321.82 0.71 0.54
Hex DD 38 A1 0 4B 1B D 142 47 36
Octal 335 70 241 0 113 33 15 502 107 66
Binary 11011101 111000 10100001 0 1001011 11011 1101 101000010 1000111 110110

Color Harmonies of #DD38A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38A1

Black with #DD38A1

Text Example


Text Example

White with #DD38A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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