Html Css Color HEX #D1308D Deep Cerise

📋 copy color: '#D1308D'

red 209 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #D1308D

Tints of Deep Cerise #D1308D

RGB

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

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

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

R = 52.51%
G = 12.06%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1308D (or 0xD1308D) is known color: Deep Cerise. HEX triplet: D1, 30 and 8D. RGB value is (209,48,141). Sum of RGB (Red+Green+Blue) = 209+48+141=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1308D is #2ECF72. Grayscale: #6A6A6A. Windows color (decimal): -3067763 or 9253073. OLE color: 9253073.

HSL color Cylindrical-coordinate representation of color #D1308D: hue angle of 325.34º 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 #D1308D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 141 -
CMYK 0 0.77 0.33 0.18
HSL 325.34º 0.64% 0.5% -
HSV(B) 325.34º 0.77% 0.82% -
XYZ 32.16 17.59 26.9 -
YUV 106.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 209 48 141 0 0.77 0.33 0.18 325.34 0.64 0.5
Hex D1 30 8D 0 4D 21 12 145 40 32
Octal 321 60 215 0 115 41 22 505 100 62
Binary 11010001 110000 10001101 0 1001101 100001 10010 101000101 1000000 110010

Color Harmonies of #D1308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1308D

Black with #D1308D

Text Example


Text Example

White with #D1308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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