Html Css Color HEX #D13289 Deep Cerise

📋 copy color: '#D13289'

red 209 ◦ green 50 ◦ blue 137

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

Shades of Deep Cerise #D13289

Tints of Deep Cerise #D13289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 52.78%
G = 12.63%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D13289 (or 0xD13289) is known color: Deep Cerise. HEX triplet: D1, 32 and 89. RGB value is (209,50,137). Sum of RGB (Red+Green+Blue) = 209+50+137=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13289 is #2ECD76. Grayscale: #6B6B6B. Windows color (decimal): -3067255 or 8991441. OLE color: 8991441.

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

Color convert

RGB 209 50 137 -
CMYK 0 0.76 0.34 0.18
HSL 327.17º 0.63% 0.51% -
HSV(B) 327.17º 0.76% 0.82% -
XYZ 31.95 17.64 25.39 -
YUV 107.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 209 50 137 0 0.76 0.34 0.18 327.17 0.63 0.51
Hex D1 32 89 0 4C 22 12 147 3F 33
Octal 321 62 211 0 114 42 22 507 77 63
Binary 11010001 110010 10001001 0 1001100 100010 10010 101000111 111111 110011

Color Harmonies of #D13289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13289

Black with #D13289

Text Example


Text Example

White with #D13289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13289; }

 p { color: rgb(209,50,137); }

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

background-color css

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

 a { background-color: rgb(209,50,137); }

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

border-color css

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

 span { border-color: rgb(209,50,137); }

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