Html Css Color HEX #D4388D Deep Cerise

📋 copy color: '#D4388D'

red 212 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #D4388D

Tints of Deep Cerise #D4388D

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

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

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

R = 51.83%
G = 13.69%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4388D (or 0xD4388D) is known color: Deep Cerise. HEX triplet: D4, 38 and 8D. RGB value is (212,56,141). Sum of RGB (Red+Green+Blue) = 212+56+141=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4388D is #2BC772. Grayscale: #707070. Windows color (decimal): -2869107 or 9255124. OLE color: 9255124.

HSL color Cylindrical-coordinate representation of color #D4388D: hue angle of 327.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4388D is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 141 -
CMYK 0 0.74 0.33 0.17
HSL 327.31º 0.64% 0.53% -
HSV(B) 327.31º 0.74% 0.83% -
XYZ 33.37 18.75 27.06 -
YUV 112.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 212 56 141 0 0.74 0.33 0.17 327.31 0.64 0.53
Hex D4 38 8D 0 4A 21 11 147 40 35
Octal 324 70 215 0 112 41 21 507 100 65
Binary 11010100 111000 10001101 0 1001010 100001 10001 101000111 1000000 110101

Color Harmonies of #D4388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4388D

Black with #D4388D

Text Example


Text Example

White with #D4388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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