Html Css Color HEX #D13A8E Deep Cerise

📋 copy color: '#D13A8E'

red 209 ◦ green 58 ◦ blue 142

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

Shades of Deep Cerise #D13A8E

Tints of Deep Cerise #D13A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 51.1%
G = 14.18%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D13A8E (or 0xD13A8E) is known color: Deep Cerise. HEX triplet: D1, 3A and 8E. RGB value is (209,58,142). Sum of RGB (Red+Green+Blue) = 209+58+142=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A8E is #2EC571. Grayscale: #707070. Windows color (decimal): -3065202 or 9321169. OLE color: 9321169.

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

Color convert

RGB 209 58 142 -
CMYK 0 0.72 0.32 0.18
HSL 326.62º 0.62% 0.52% -
HSV(B) 326.62º 0.72% 0.82% -
XYZ 32.69 18.53 27.45 -
YUV 112.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 209 58 142 0 0.72 0.32 0.18 326.62 0.62 0.52
Hex D1 3A 8E 0 48 20 12 147 3E 34
Octal 321 72 216 0 110 40 22 507 76 64
Binary 11010001 111010 10001110 0 1001000 100000 10010 101000111 111110 110100

Color Harmonies of #D13A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A8E

Black with #D13A8E

Text Example


Text Example

White with #D13A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A8E; }

 p { color: rgb(209,58,142); }

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

background-color css

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

 a { background-color: rgb(209,58,142); }

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

border-color css

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

 span { border-color: rgb(209,58,142); }

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