Html Css Color HEX #D13B90 Deep Cerise

📋 copy color: '#D13B90'

red 209 ◦ green 59 ◦ blue 144

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

Shades of Deep Cerise #D13B90

Tints of Deep Cerise #D13B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

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

R = 50.73%
G = 14.32%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13B90 (or 0xD13B90) is known color: Deep Cerise. HEX triplet: D1, 3B and 90. RGB value is (209,59,144). Sum of RGB (Red+Green+Blue) = 209+59+144=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B90 is #2EC46F. Grayscale: #717171. Windows color (decimal): -3064944 or 9452497. OLE color: 9452497.

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

Color convert

RGB 209 59 144 -
CMYK 0 0.72 0.31 0.18
HSL 326º 0.62% 0.53% -
HSV(B) 326º 0.72% 0.82% -
XYZ 32.89 18.7 28.26 -
YUV 113.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 209 59 144 0 0.72 0.31 0.18 326 0.62 0.53
Hex D1 3B 90 0 48 1F 12 146 3E 35
Octal 321 73 220 0 110 37 22 506 76 65
Binary 11010001 111011 10010000 0 1001000 11111 10010 101000110 111110 110101

Color Harmonies of #D13B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B90

Black with #D13B90

Text Example


Text Example

White with #D13B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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