Html Css Color HEX #D9388D Deep Cerise

📋 copy color: '#D9388D'

red 217 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #D9388D

Tints of Deep Cerise #D9388D

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 52.42%
G = 13.53%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9388D (or 0xD9388D) is known color: Deep Cerise. HEX triplet: D9, 38 and 8D. RGB value is (217,56,141). Sum of RGB (Red+Green+Blue) = 217+56+141=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9388D is #26C772. Grayscale: #717171. Windows color (decimal): -2541427 or 9255129. OLE color: 9255129.

HSL color Cylindrical-coordinate representation of color #D9388D: hue angle of 328.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9388D is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 141 -
CMYK 0 0.74 0.35 0.15
HSL 328.32º 0.68% 0.54% -
HSV(B) 328.32º 0.74% 0.85% -
XYZ 34.84 19.5 27.13 -
YUV 113.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 217 56 141 0 0.74 0.35 0.15 328.32 0.68 0.54
Hex D9 38 8D 0 4A 23 F 148 44 36
Octal 331 70 215 0 112 43 17 510 104 66
Binary 11011001 111000 10001101 0 1001010 100011 1111 101001000 1000100 110110

Color Harmonies of #D9388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9388D

Black with #D9388D

Text Example


Text Example

White with #D9388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9388D; }

 p { color: rgb(217,56,141); }

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

background-color css

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

 a { background-color: rgb(217,56,141); }

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

border-color css

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

 span { border-color: rgb(217,56,141); }

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