Html Css Color HEX #D1326A Cerise

📋 copy color: '#D1326A'

red 209 ◦ green 50 ◦ blue 106

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

Shades of Cerise #D1326A

Tints of Cerise #D1326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 57.26%
G = 13.7%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1326A (or 0xD1326A) is known color: Cerise. HEX triplet: D1, 32 and 6A. RGB value is (209,50,106). Sum of RGB (Red+Green+Blue) = 209+50+106=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1326A is #2ECD95. Grayscale: #676767. Windows color (decimal): -3067286 or 6959825. OLE color: 6959825.

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

Color convert

RGB 209 50 106 -
CMYK 0 0.76 0.49 0.18
HSL 338.87º 0.63% 0.51% -
HSV(B) 338.87º 0.76% 0.82% -
XYZ 30.04 16.88 15.31 -
YUV 103.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 209 50 106 0 0.76 0.49 0.18 338.87 0.63 0.51
Hex D1 32 6A 0 4C 31 12 153 3F 33
Octal 321 62 152 0 114 61 22 523 77 63
Binary 11010001 110010 1101010 0 1001100 110001 10010 101010011 111111 110011

Color Harmonies of #D1326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1326A

Black with #D1326A

Text Example


Text Example

White with #D1326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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