Html Css Color HEX #D9388A Deep Cerise

📋 copy color: '#D9388A'

red 217 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #D9388A

Tints of Deep Cerise #D9388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 52.8%
G = 13.63%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9388A (or 0xD9388A) is known color: Deep Cerise. HEX triplet: D9, 38 and 8A. RGB value is (217,56,138). Sum of RGB (Red+Green+Blue) = 217+56+138=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9388A is #26C775. Grayscale: #717171. Windows color (decimal): -2541430 or 9058521. OLE color: 9058521.

HSL color Cylindrical-coordinate representation of color #D9388A: hue angle of 329.44º 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 #D9388A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 138 -
CMYK 0 0.74 0.36 0.15
HSL 329.44º 0.68% 0.54% -
HSV(B) 329.44º 0.74% 0.85% -
XYZ 34.62 19.42 25.97 -
YUV 113.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 217 56 138 0 0.74 0.36 0.15 329.44 0.68 0.54
Hex D9 38 8A 0 4A 24 F 149 44 36
Octal 331 70 212 0 112 44 17 511 104 66
Binary 11011001 111000 10001010 0 1001010 100100 1111 101001001 1000100 110110

Color Harmonies of #D9388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9388A

Black with #D9388A

Text Example


Text Example

White with #D9388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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