Html Css Color HEX #D1308A Deep Cerise

📋 copy color: '#D1308A'

red 209 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #D1308A

Tints of Deep Cerise #D1308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 52.91%
G = 12.15%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1308A (or 0xD1308A) is known color: Deep Cerise. HEX triplet: D1, 30 and 8A. RGB value is (209,48,138). Sum of RGB (Red+Green+Blue) = 209+48+138=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1308A is #2ECF75. Grayscale: #6A6A6A. Windows color (decimal): -3067766 or 9056465. OLE color: 9056465.

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

Color convert

RGB 209 48 138 -
CMYK 0 0.77 0.34 0.18
HSL 326.46º 0.64% 0.5% -
HSV(B) 326.46º 0.77% 0.82% -
XYZ 31.94 17.5 25.74 -
YUV 106.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 209 48 138 0 0.77 0.34 0.18 326.46 0.64 0.5
Hex D1 30 8A 0 4D 22 12 146 40 32
Octal 321 60 212 0 115 42 22 506 100 62
Binary 11010001 110000 10001010 0 1001101 100010 10010 101000110 1000000 110010

Color Harmonies of #D1308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1308A

Black with #D1308A

Text Example


Text Example

White with #D1308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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