Html Css Color HEX #D139A1 Deep Cerise

📋 copy color: '#D139A1'

red 209 ◦ green 57 ◦ blue 161

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

Shades of Deep Cerise #D139A1

Tints of Deep Cerise #D139A1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.35%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 48.95%
G = 13.35%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D139A1 (or 0xD139A1) is known color: Deep Cerise. HEX triplet: D1, 39 and A1. RGB value is (209,57,161). Sum of RGB (Red+Green+Blue) = 209+57+161=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D139A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139A1 is #2EC65E. Grayscale: #727272. Windows color (decimal): -3065439 or 10566097. OLE color: 10566097.

HSL color Cylindrical-coordinate representation of color #D139A1: hue angle of 318.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139A1 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 161 -
CMYK 0 0.73 0.23 0.18
HSL 318.95º 0.62% 0.52% -
HSV(B) 318.95º 0.73% 0.82% -
XYZ 34.19 19.05 35.59 -
YUV 114.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 209 57 161 0 0.73 0.23 0.18 318.95 0.62 0.52
Hex D1 39 A1 0 49 17 12 13F 3E 34
Octal 321 71 241 0 111 27 22 477 76 64
Binary 11010001 111001 10100001 0 1001001 10111 10010 100111111 111110 110100

Color Harmonies of #D139A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139A1

Black with #D139A1

Text Example


Text Example

White with #D139A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139A1; }

 p { color: rgb(209,57,161); }

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

background-color css

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

 a { background-color: rgb(209,57,161); }

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

border-color css

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

 span { border-color: rgb(209,57,161); }

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