Html Css Color HEX #D13A98 Deep Cerise

📋 copy color: '#D13A98'

red 209 ◦ green 58 ◦ blue 152

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

Shades of Deep Cerise #D13A98

Tints of Deep Cerise #D13A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.28%

R = 49.88%
G = 13.84%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13A98 (or 0xD13A98) is known color: Deep Cerise. HEX triplet: D1, 3A and 98. RGB value is (209,58,152). Sum of RGB (Red+Green+Blue) = 209+58+152=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A98 is #2EC567. Grayscale: #717171. Windows color (decimal): -3065192 or 9976529. OLE color: 9976529.

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

Color convert

RGB 209 58 152 -
CMYK 0 0.72 0.27 0.18
HSL 322.65º 0.62% 0.52% -
HSV(B) 322.65º 0.72% 0.82% -
XYZ 33.48 18.85 31.58 -
YUV 113.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 209 58 152 0 0.72 0.27 0.18 322.65 0.62 0.52
Hex D1 3A 98 0 48 1B 12 143 3E 34
Octal 321 72 230 0 110 33 22 503 76 64
Binary 11010001 111010 10011000 0 1001000 11011 10010 101000011 111110 110100

Color Harmonies of #D13A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A98

Black with #D13A98

Text Example


Text Example

White with #D13A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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