Html Css Color HEX #D1326D Cerise

📋 copy color: '#D1326D'

red 209 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D1326D

Tints of Cerise #D1326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 56.79%
G = 13.59%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1326D (or 0xD1326D) is known color: Cerise. HEX triplet: D1, 32 and 6D. RGB value is (209,50,109). Sum of RGB (Red+Green+Blue) = 209+50+109=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1326D is #2ECD92. Grayscale: #686868. Windows color (decimal): -3067283 or 7156433. OLE color: 7156433.

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

Color convert

RGB 209 50 109 -
CMYK 0 0.76 0.48 0.18
HSL 337.74º 0.63% 0.51% -
HSV(B) 337.74º 0.76% 0.82% -
XYZ 30.2 16.94 16.15 -
YUV 104.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 209 50 109 0 0.76 0.48 0.18 337.74 0.63 0.51
Hex D1 32 6D 0 4C 30 12 152 3F 33
Octal 321 62 155 0 114 60 22 522 77 63
Binary 11010001 110010 1101101 0 1001100 110000 10010 101010010 111111 110011

Color Harmonies of #D1326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1326D

Black with #D1326D

Text Example


Text Example

White with #D1326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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