Html Css Color HEX #D7388F Deep Cerise

📋 copy color: '#D7388F'

red 215 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #D7388F

Tints of Deep Cerise #D7388F

RGB

 RED value IS 215 (84.38% from 255) = 51.93%

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 51.93%
G = 13.53%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7388F (or 0xD7388F) is known color: Deep Cerise. HEX triplet: D7, 38 and 8F. RGB value is (215,56,143). Sum of RGB (Red+Green+Blue) = 215+56+143=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7388F is #28C770. Grayscale: #717171. Windows color (decimal): -2672497 or 9386199. OLE color: 9386199.

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

Color convert

RGB 215 56 143 -
CMYK 0 0.74 0.33 0.16
HSL 327.17º 0.67% 0.53% -
HSV(B) 327.17º 0.74% 0.84% -
XYZ 34.4 19.26 27.89 -
YUV 113.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 215 56 143 0 0.74 0.33 0.16 327.17 0.67 0.53
Hex D7 38 8F 0 4A 21 10 147 43 35
Octal 327 70 217 0 112 41 20 507 103 65
Binary 11010111 111000 10001111 0 1001010 100001 10000 101000111 1000011 110101

Color Harmonies of #D7388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7388F

Black with #D7388F

Text Example


Text Example

White with #D7388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7388F; }

 p { color: rgb(215,56,143); }

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

background-color css

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

 a { background-color: rgb(215,56,143); }

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

border-color css

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

 span { border-color: rgb(215,56,143); }

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