Html Css Color HEX #D13385 Deep Cerise

📋 copy color: '#D13385'

red 209 ◦ green 51 ◦ blue 133

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

Shades of Deep Cerise #D13385

Tints of Deep Cerise #D13385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 53.18%
G = 12.98%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D13385 (or 0xD13385) is known color: Deep Cerise. HEX triplet: D1, 33 and 85. RGB value is (209,51,133). Sum of RGB (Red+Green+Blue) = 209+51+133=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13385 is #2ECC7A. Grayscale: #6B6B6B. Windows color (decimal): -3067003 or 8729553. OLE color: 8729553.

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

Color convert

RGB 209 51 133 -
CMYK 0 0.76 0.36 0.18
HSL 328.86º 0.63% 0.51% -
HSV(B) 328.86º 0.76% 0.82% -
XYZ 31.71 17.62 23.92 -
YUV 107.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 209 51 133 0 0.76 0.36 0.18 328.86 0.63 0.51
Hex D1 33 85 0 4C 24 12 149 3F 33
Octal 321 63 205 0 114 44 22 511 77 63
Binary 11010001 110011 10000101 0 1001100 100100 10010 101001001 111111 110011

Color Harmonies of #D13385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13385

Black with #D13385

Text Example


Text Example

White with #D13385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13385; }

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

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

background-color css

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

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

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

border-color css

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

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

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