Html Css Color HEX #D1308F Deep Cerise

📋 copy color: '#D1308F'

red 209 ◦ green 48 ◦ blue 143

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

Shades of Deep Cerise #D1308F

Tints of Deep Cerise #D1308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

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

R = 52.25%
G = 12%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1308F (or 0xD1308F) is known color: Deep Cerise. HEX triplet: D1, 30 and 8F. RGB value is (209,48,143). Sum of RGB (Red+Green+Blue) = 209+48+143=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1308F is #2ECF70. Grayscale: #6A6A6A. Windows color (decimal): -3067761 or 9384145. OLE color: 9384145.

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

Color convert

RGB 209 48 143 -
CMYK 0 0.77 0.32 0.18
HSL 324.6º 0.64% 0.5% -
HSV(B) 324.6º 0.77% 0.82% -
XYZ 32.31 17.65 27.69 -
YUV 106.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 209 48 143 0 0.77 0.32 0.18 324.6 0.64 0.5
Hex D1 30 8F 0 4D 20 12 145 40 32
Octal 321 60 217 0 115 40 22 505 100 62
Binary 11010001 110000 10001111 0 1001101 100000 10010 101000101 1000000 110010

Color Harmonies of #D1308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1308F

Black with #D1308F

Text Example


Text Example

White with #D1308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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