Html Css Color HEX #D13265 Cerise

📋 copy color: '#D13265'

red 209 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D13265

Tints of Cerise #D13265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 58.06%
G = 13.89%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D13265 (or 0xD13265) is known color: Cerise. HEX triplet: D1, 32 and 65. RGB value is (209,50,101). Sum of RGB (Red+Green+Blue) = 209+50+101=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D13265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13265 is #2ECD9A. Grayscale: #676767. Windows color (decimal): -3067291 or 6632145. OLE color: 6632145.

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

Color convert

RGB 209 50 101 -
CMYK 0 0.76 0.52 0.18
HSL 340.75º 0.63% 0.51% -
HSV(B) 340.75º 0.76% 0.82% -
XYZ 29.78 16.78 13.98 -
YUV 103.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 209 50 101 0 0.76 0.52 0.18 340.75 0.63 0.51
Hex D1 32 65 0 4C 34 12 155 3F 33
Octal 321 62 145 0 114 64 22 525 77 63
Binary 11010001 110010 1100101 0 1001100 110100 10010 101010101 111111 110011

Color Harmonies of #D13265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13265

Black with #D13265

Text Example


Text Example

White with #D13265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13265; }

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

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

background-color css

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

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

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

border-color css

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

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

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