Html Css Color HEX #D13698 Deep Cerise

📋 copy color: '#D13698'

red 209 ◦ green 54 ◦ blue 152

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

Shades of Deep Cerise #D13698

Tints of Deep Cerise #D13698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

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

R = 50.36%
G = 13.01%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13698 (or 0xD13698) is known color: Deep Cerise. HEX triplet: D1, 36 and 98. RGB value is (209,54,152). Sum of RGB (Red+Green+Blue) = 209+54+152=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D13698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13698 is #2EC967. Grayscale: #6F6F6F. Windows color (decimal): -3066216 or 9975505. OLE color: 9975505.

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

Color convert

RGB 209 54 152 -
CMYK 0 0.74 0.27 0.18
HSL 322.06º 0.63% 0.52% -
HSV(B) 322.06º 0.74% 0.82% -
XYZ 33.28 18.46 31.51 -
YUV 111.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 209 54 152 0 0.74 0.27 0.18 322.06 0.63 0.52
Hex D1 36 98 0 4A 1B 12 142 3F 34
Octal 321 66 230 0 112 33 22 502 77 64
Binary 11010001 110110 10011000 0 1001010 11011 10010 101000010 111111 110100

Color Harmonies of #D13698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13698

Black with #D13698

Text Example


Text Example

White with #D13698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13698; }

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

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

background-color css

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

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

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

border-color css

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

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

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