Html Css Color HEX #D13262 Cerise

📋 copy color: '#D13262'

red 209 ◦ green 50 ◦ blue 98

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

Shades of Cerise #D13262

Tints of Cerise #D13262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 58.54%
G = 14.01%
B = 27.45%

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

#D13262 (or 0xD13262) is known color: Cerise. HEX triplet: D1, 32 and 62. RGB value is (209,50,98). Sum of RGB (Red+Green+Blue) = 209+50+98=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13262 is #2ECD9D. Grayscale: #666666. Windows color (decimal): -3067294 or 6435537. OLE color: 6435537.

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

Color convert

RGB 209 50 98 -
CMYK 0 0.76 0.53 0.18
HSL 341.89º 0.63% 0.51% -
HSV(B) 341.89º 0.76% 0.82% -
XYZ 29.64 16.72 13.22 -
YUV 103.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 209 50 98 0 0.76 0.53 0.18 341.89 0.63 0.51
Hex D1 32 62 0 4C 35 12 156 3F 33
Octal 321 62 142 0 114 65 22 526 77 63
Binary 11010001 110010 1100010 0 1001100 110101 10010 101010110 111111 110011

Color Harmonies of #D13262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13262

Black with #D13262

Text Example


Text Example

White with #D13262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13262; }

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

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

background-color css

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

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

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

border-color css

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

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

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