Html Css Color HEX #D1326E Cerise

📋 copy color: '#D1326E'

red 209 ◦ green 50 ◦ blue 110

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

Shades of Cerise #D1326E

Tints of Cerise #D1326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 56.64%
G = 13.55%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1326E (or 0xD1326E) is known color: Cerise. HEX triplet: D1, 32 and 6E. RGB value is (209,50,110). Sum of RGB (Red+Green+Blue) = 209+50+110=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1326E is #2ECD91. Grayscale: #686868. Windows color (decimal): -3067282 or 7221969. OLE color: 7221969.

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

Color convert

RGB 209 50 110 -
CMYK 0 0.76 0.47 0.18
HSL 337.36º 0.63% 0.51% -
HSV(B) 337.36º 0.76% 0.82% -
XYZ 30.25 16.96 16.43 -
YUV 104.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 209 50 110 0 0.76 0.47 0.18 337.36 0.63 0.51
Hex D1 32 6E 0 4C 2F 12 151 3F 33
Octal 321 62 156 0 114 57 22 521 77 63
Binary 11010001 110010 1101110 0 1001100 101111 10010 101010001 111111 110011

Color Harmonies of #D1326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1326E

Black with #D1326E

Text Example


Text Example

White with #D1326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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