Html Css Color HEX #D1346B Cerise

📋 copy color: '#D1346B'

red 209 ◦ green 52 ◦ blue 107

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

Shades of Cerise #D1346B

Tints of Cerise #D1346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 56.79%
G = 14.13%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1346B (or 0xD1346B) is known color: Cerise. HEX triplet: D1, 34 and 6B. RGB value is (209,52,107). Sum of RGB (Red+Green+Blue) = 209+52+107=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346B is #2ECB94. Grayscale: #696969. Windows color (decimal): -3066773 or 7025873. OLE color: 7025873.

HSL color Cylindrical-coordinate representation of color #D1346B: hue angle of 338.98º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1346B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 107 -
CMYK 0 0.75 0.49 0.18
HSL 338.98º 0.63% 0.51% -
HSV(B) 338.98º 0.75% 0.82% -
XYZ 30.18 17.07 15.61 -
YUV 105.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 209 52 107 0 0.75 0.49 0.18 338.98 0.63 0.51
Hex D1 34 6B 0 4B 31 12 153 3F 33
Octal 321 64 153 0 113 61 22 523 77 63
Binary 11010001 110100 1101011 0 1001011 110001 10010 101010011 111111 110011

Color Harmonies of #D1346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1346B

Black with #D1346B

Text Example


Text Example

White with #D1346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1346B; }

 p { color: rgb(209,52,107); }

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

background-color css

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

 a { background-color: rgb(209,52,107); }

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

border-color css

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

 span { border-color: rgb(209,52,107); }

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