Html Css Color HEX #D13263 Cerise

📋 copy color: '#D13263'

red 209 ◦ green 50 ◦ blue 99

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

Shades of Cerise #D13263

Tints of Cerise #D13263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 58.38%
G = 13.97%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D13263 (or 0xD13263) is known color: Cerise. HEX triplet: D1, 32 and 63. RGB value is (209,50,99). Sum of RGB (Red+Green+Blue) = 209+50+99=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D13263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13263 is #2ECD9C. Grayscale: #676767. Windows color (decimal): -3067293 or 6501073. OLE color: 6501073.

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

Color convert

RGB 209 50 99 -
CMYK 0 0.76 0.53 0.18
HSL 341.51º 0.63% 0.51% -
HSV(B) 341.51º 0.76% 0.82% -
XYZ 29.69 16.74 13.47 -
YUV 103.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 209 50 99 0 0.76 0.53 0.18 341.51 0.63 0.51
Hex D1 32 63 0 4C 35 12 156 3F 33
Octal 321 62 143 0 114 65 22 526 77 63
Binary 11010001 110010 1100011 0 1001100 110101 10010 101010110 111111 110011

Color Harmonies of #D13263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13263

Black with #D13263

Text Example


Text Example

White with #D13263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13263; }

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

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

background-color css

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

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

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

border-color css

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

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

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