Html Css Color HEX #D13B92 Deep Cerise

📋 copy color: '#D13B92'

red 209 ◦ green 59 ◦ blue 146

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

Shades of Deep Cerise #D13B92

Tints of Deep Cerise #D13B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 50.48%
G = 14.25%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D13B92 (or 0xD13B92) is known color: Deep Cerise. HEX triplet: D1, 3B and 92. RGB value is (209,59,146). Sum of RGB (Red+Green+Blue) = 209+59+146=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B92 is #2EC46D. Grayscale: #717171. Windows color (decimal): -3064942 or 9583569. OLE color: 9583569.

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

Color convert

RGB 209 59 146 -
CMYK 0 0.72 0.30 0.18
HSL 325.2º 0.62% 0.53% -
HSV(B) 325.2º 0.72% 0.82% -
XYZ 33.05 18.76 29.07 -
YUV 113.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 209 59 146 0 0.72 0.30 0.18 325.2 0.62 0.53
Hex D1 3B 92 0 48 1E 12 145 3E 35
Octal 321 73 222 0 110 36 22 505 76 65
Binary 11010001 111011 10010010 0 1001000 11110 10010 101000101 111110 110101

Color Harmonies of #D13B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B92

Black with #D13B92

Text Example


Text Example

White with #D13B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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