Html Css Color HEX #D13474 Deep Cerise

📋 copy color: '#D13474'

red 209 ◦ green 52 ◦ blue 116

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

Shades of Deep Cerise #D13474

Tints of Deep Cerise #D13474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 55.44%
G = 13.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13474 (or 0xD13474) is known color: Deep Cerise. HEX triplet: D1, 34 and 74. RGB value is (209,52,116). Sum of RGB (Red+Green+Blue) = 209+52+116=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13474 is #2ECB8B. Grayscale: #6A6A6A. Windows color (decimal): -3066764 or 7615697. OLE color: 7615697.

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

Color convert

RGB 209 52 116 -
CMYK 0 0.75 0.44 0.18
HSL 335.54º 0.63% 0.51% -
HSV(B) 335.54º 0.75% 0.82% -
XYZ 30.67 17.27 18.24 -
YUV 106.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 209 52 116 0 0.75 0.44 0.18 335.54 0.63 0.51
Hex D1 34 74 0 4B 2C 12 150 3F 33
Octal 321 64 164 0 113 54 22 520 77 63
Binary 11010001 110100 1110100 0 1001011 101100 10010 101010000 111111 110011

Color Harmonies of #D13474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13474

Black with #D13474

Text Example


Text Example

White with #D13474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13474; }

 p { color: rgb(209,52,116); }

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

background-color css

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

 a { background-color: rgb(209,52,116); }

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

border-color css

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

 span { border-color: rgb(209,52,116); }

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