Html Css Color HEX #D131A6 Deep Cerise

📋 copy color: '#D131A6'

red 209 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #D131A6

Tints of Deep Cerise #D131A6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.56%

 BLUE value IS 166 (65.23% from 255) = 39.15%

R = 49.29%
G = 11.56%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D131A6 (or 0xD131A6) is known color: Deep Cerise. HEX triplet: D1, 31 and A6. RGB value is (209,49,166). Sum of RGB (Red+Green+Blue) = 209+49+166=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A6 is #2ECE59. Grayscale: #6D6D6D. Windows color (decimal): -3067482 or 10891729. OLE color: 10891729.

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

Color convert

RGB 209 49 166 -
CMYK 0 0.77 0.21 0.18
HSL 316.13º 0.63% 0.51% -
HSV(B) 316.13º 0.77% 0.82% -
XYZ 34.28 18.51 37.84 -
YUV 110.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 209 49 166 0 0.77 0.21 0.18 316.13 0.63 0.51
Hex D1 31 A6 0 4D 15 12 13C 3F 33
Octal 321 61 246 0 115 25 22 474 77 63
Binary 11010001 110001 10100110 0 1001101 10101 10010 100111100 111111 110011

Color Harmonies of #D131A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131A6

Black with #D131A6

Text Example


Text Example

White with #D131A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131A6; }

 p { color: rgb(209,49,166); }

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

background-color css

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

 a { background-color: rgb(209,49,166); }

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

border-color css

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

 span { border-color: rgb(209,49,166); }

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