Html Css Color HEX #D13398 Deep Cerise

📋 copy color: '#D13398'

red 209 ◦ green 51 ◦ blue 152

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

Shades of Deep Cerise #D13398

Tints of Deep Cerise #D13398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

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

R = 50.73%
G = 12.38%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13398 (or 0xD13398) is known color: Deep Cerise. HEX triplet: D1, 33 and 98. RGB value is (209,51,152). Sum of RGB (Red+Green+Blue) = 209+51+152=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13398 is #2ECC67. Grayscale: #6D6D6D. Windows color (decimal): -3066984 or 9974737. OLE color: 9974737.

HSL color Cylindrical-coordinate representation of color #D13398: hue angle of 321.65º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13398 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 152 -
CMYK 0 0.76 0.27 0.18
HSL 321.65º 0.63% 0.51% -
HSV(B) 321.65º 0.76% 0.82% -
XYZ 33.15 18.19 31.47 -
YUV 109.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 209 51 152 0 0.76 0.27 0.18 321.65 0.63 0.51
Hex D1 33 98 0 4C 1B 12 142 3F 33
Octal 321 63 230 0 114 33 22 502 77 63
Binary 11010001 110011 10011000 0 1001100 11011 10010 101000010 111111 110011

Color Harmonies of #D13398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13398

Black with #D13398

Text Example


Text Example

White with #D13398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13398; }

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

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

background-color css

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

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

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

border-color css

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

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

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