Html Css Color HEX #D13395 Deep Cerise

📋 copy color: '#D13395'

red 209 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #D13395

Tints of Deep Cerise #D13395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 51.1%
G = 12.47%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13395 (or 0xD13395) is known color: Deep Cerise. HEX triplet: D1, 33 and 95. RGB value is (209,51,149). Sum of RGB (Red+Green+Blue) = 209+51+149=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13395 is #2ECC6A. Grayscale: #6D6D6D. Windows color (decimal): -3066987 or 9778129. OLE color: 9778129.

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

Color convert

RGB 209 51 149 -
CMYK 0 0.76 0.29 0.18
HSL 322.78º 0.63% 0.51% -
HSV(B) 322.78º 0.76% 0.82% -
XYZ 32.9 18.09 30.19 -
YUV 109.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 209 51 149 0 0.76 0.29 0.18 322.78 0.63 0.51
Hex D1 33 95 0 4C 1D 12 143 3F 33
Octal 321 63 225 0 114 35 22 503 77 63
Binary 11010001 110011 10010101 0 1001100 11101 10010 101000011 111111 110011

Color Harmonies of #D13395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13395

Black with #D13395

Text Example


Text Example

White with #D13395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13395; }

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

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

background-color css

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

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

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

border-color css

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

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

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