Html Css Color HEX #D13190 Deep Cerise

📋 copy color: '#D13190'

red 209 ◦ green 49 ◦ blue 144

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

Shades of Deep Cerise #D13190

Tints of Deep Cerise #D13190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 51.99%
G = 12.19%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13190 (or 0xD13190) is known color: Deep Cerise. HEX triplet: D1, 31 and 90. RGB value is (209,49,144). Sum of RGB (Red+Green+Blue) = 209+49+144=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D13190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13190 is #2ECE6F. Grayscale: #6B6B6B. Windows color (decimal): -3067504 or 9449937. OLE color: 9449937.

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

Color convert

RGB 209 49 144 -
CMYK 0 0.77 0.31 0.18
HSL 324.38º 0.63% 0.51% -
HSV(B) 324.38º 0.77% 0.82% -
XYZ 32.43 17.77 28.11 -
YUV 107.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 209 49 144 0 0.77 0.31 0.18 324.38 0.63 0.51
Hex D1 31 90 0 4D 1F 12 144 3F 33
Octal 321 61 220 0 115 37 22 504 77 63
Binary 11010001 110001 10010000 0 1001101 11111 10010 101000100 111111 110011

Color Harmonies of #D13190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13190

Black with #D13190

Text Example


Text Example

White with #D13190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13190; }

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

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

background-color css

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

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

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

border-color css

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

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

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