Html Css Color HEX #DD38A7 Deep Cerise

📋 copy color: '#DD38A7'

red 221 ◦ green 56 ◦ blue 167

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

Shades of Deep Cerise #DD38A7

Tints of Deep Cerise #DD38A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.61%

R = 49.77%
G = 12.61%
B = 37.61%

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

#DD38A7 (or 0xDD38A7) is known color: Deep Cerise. HEX triplet: DD, 38 and A7. RGB value is (221,56,167). Sum of RGB (Red+Green+Blue) = 221+56+167=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A7 is #22C758. Grayscale: #757575. Windows color (decimal): -2279257 or 10959069. OLE color: 10959069.

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

Color convert

RGB 221 56 167 -
CMYK 0 0.75 0.24 0.13
HSL 319.64º 0.71% 0.54% -
HSV(B) 319.64º 0.75% 0.87% -
XYZ 38.21 20.99 38.6 -
YUV 117.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 221 56 167 0 0.75 0.24 0.13 319.64 0.71 0.54
Hex DD 38 A7 0 4B 18 D 140 47 36
Octal 335 70 247 0 113 30 15 500 107 66
Binary 11011101 111000 10100111 0 1001011 11000 1101 101000000 1000111 110110

Color Harmonies of #DD38A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38A7

Black with #DD38A7

Text Example


Text Example

White with #DD38A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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