Html Css Color HEX #D1388F Deep Cerise

📋 copy color: '#D1388F'

red 209 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #D1388F

Tints of Deep Cerise #D1388F

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

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

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

R = 51.23%
G = 13.73%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1388F (or 0xD1388F) is known color: Deep Cerise. HEX triplet: D1, 38 and 8F. RGB value is (209,56,143). Sum of RGB (Red+Green+Blue) = 209+56+143=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1388F is #2EC770. Grayscale: #6F6F6F. Windows color (decimal): -3065713 or 9386193. OLE color: 9386193.

HSL color Cylindrical-coordinate representation of color #D1388F: hue angle of 325.88º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1388F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 143 -
CMYK 0 0.73 0.32 0.18
HSL 325.88º 0.62% 0.52% -
HSV(B) 325.88º 0.73% 0.82% -
XYZ 32.67 18.37 27.81 -
YUV 111.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 209 56 143 0 0.73 0.32 0.18 325.88 0.62 0.52
Hex D1 38 8F 0 49 20 12 146 3E 34
Octal 321 70 217 0 111 40 22 506 76 64
Binary 11010001 111000 10001111 0 1001001 100000 10010 101000110 111110 110100

Color Harmonies of #D1388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1388F

Black with #D1388F

Text Example


Text Example

White with #D1388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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