Html Css Color HEX #D131A3 Deep Cerise

📋 copy color: '#D131A3'

red 209 ◦ green 49 ◦ blue 163

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

Shades of Deep Cerise #D131A3

Tints of Deep Cerise #D131A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 49.64%
G = 11.64%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D131A3 (or 0xD131A3) is known color: Deep Cerise. HEX triplet: D1, 31 and A3. RGB value is (209,49,163). Sum of RGB (Red+Green+Blue) = 209+49+163=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A3 is #2ECE5C. Grayscale: #6D6D6D. Windows color (decimal): -3067485 or 10695121. OLE color: 10695121.

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

Color convert

RGB 209 49 163 -
CMYK 0 0.77 0.22 0.18
HSL 317.25º 0.63% 0.51% -
HSV(B) 317.25º 0.77% 0.82% -
XYZ 34 18.4 36.41 -
YUV 109.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 209 49 163 0 0.77 0.22 0.18 317.25 0.63 0.51
Hex D1 31 A3 0 4D 16 12 13D 3F 33
Octal 321 61 243 0 115 26 22 475 77 63
Binary 11010001 110001 10100011 0 1001101 10110 10010 100111101 111111 110011

Color Harmonies of #D131A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131A3

Black with #D131A3

Text Example


Text Example

White with #D131A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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