Html Css Color HEX #D13A8F Deep Cerise

📋 copy color: '#D13A8F'

red 209 ◦ green 58 ◦ blue 143

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

Shades of Deep Cerise #D13A8F

Tints of Deep Cerise #D13A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 50.98%
G = 14.15%
B = 34.88%

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

#D13A8F (or 0xD13A8F) is known color: Deep Cerise. HEX triplet: D1, 3A and 8F. RGB value is (209,58,143). Sum of RGB (Red+Green+Blue) = 209+58+143=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A8F is #2EC570. Grayscale: #707070. Windows color (decimal): -3065201 or 9386705. OLE color: 9386705.

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

Color convert

RGB 209 58 143 -
CMYK 0 0.72 0.32 0.18
HSL 326.23º 0.62% 0.52% -
HSV(B) 326.23º 0.72% 0.82% -
XYZ 32.77 18.56 27.84 -
YUV 112.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 209 58 143 0 0.72 0.32 0.18 326.23 0.62 0.52
Hex D1 3A 8F 0 48 20 12 146 3E 34
Octal 321 72 217 0 110 40 22 506 76 64
Binary 11010001 111010 10001111 0 1001000 100000 10010 101000110 111110 110100

Color Harmonies of #D13A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A8F

Black with #D13A8F

Text Example


Text Example

White with #D13A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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