Html Css Color HEX #D1378F Deep Cerise

📋 copy color: '#D1378F'

red 209 ◦ green 55 ◦ blue 143

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

Shades of Deep Cerise #D1378F

Tints of Deep Cerise #D1378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 51.35%
G = 13.51%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1378F (or 0xD1378F) is known color: Deep Cerise. HEX triplet: D1, 37 and 8F. RGB value is (209,55,143). Sum of RGB (Red+Green+Blue) = 209+55+143=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1378F is #2EC870. Grayscale: #6E6E6E. Windows color (decimal): -3065969 or 9385937. OLE color: 9385937.

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

Color convert

RGB 209 55 143 -
CMYK 0 0.74 0.32 0.18
HSL 325.71º 0.63% 0.52% -
HSV(B) 325.71º 0.74% 0.82% -
XYZ 32.62 18.27 27.79 -
YUV 111.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 209 55 143 0 0.74 0.32 0.18 325.71 0.63 0.52
Hex D1 37 8F 0 4A 20 12 146 3F 34
Octal 321 67 217 0 112 40 22 506 77 64
Binary 11010001 110111 10001111 0 1001010 100000 10010 101000110 111111 110100

Color Harmonies of #D1378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1378F

Black with #D1378F

Text Example


Text Example

White with #D1378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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