Html Css Color HEX #D13268 Cerise

📋 copy color: '#D13268'

red 209 ◦ green 50 ◦ blue 104

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

Shades of Cerise #D13268

Tints of Cerise #D13268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 57.58%
G = 13.77%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D13268 (or 0xD13268) is known color: Cerise. HEX triplet: D1, 32 and 68. RGB value is (209,50,104). Sum of RGB (Red+Green+Blue) = 209+50+104=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D13268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13268 is #2ECD97. Grayscale: #676767. Windows color (decimal): -3067288 or 6828753. OLE color: 6828753.

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

Color convert

RGB 209 50 104 -
CMYK 0 0.76 0.50 0.18
HSL 339.62º 0.63% 0.51% -
HSV(B) 339.62º 0.76% 0.82% -
XYZ 29.93 16.84 14.77 -
YUV 103.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 209 50 104 0 0.76 0.50 0.18 339.62 0.63 0.51
Hex D1 32 68 0 4C 32 12 154 3F 33
Octal 321 62 150 0 114 62 22 524 77 63
Binary 11010001 110010 1101000 0 1001100 110010 10010 101010100 111111 110011

Color Harmonies of #D13268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13268

Black with #D13268

Text Example


Text Example

White with #D13268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13268; }

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

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

background-color css

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

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

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

border-color css

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

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

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